home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 January: Mac OS SDK / Dev.CD Jan 96 SDK / Dev.CD Jan 96 SDK1.toast / Development Kits (Disc 1) / AppleScript / Documentation / Apple Event Registry / Suites Under Development / Mail Apple Event Suite ß1 / Mail Apple Event Suite fl1
Encoding:
Text File  |  1993-12-14  |  141.2 KB  |  389 lines  |  [ONLN/HLX2]

  1.         
  2.         The Mail Suite
  3.  
  4. Version 1.0b1
  5. Preliminary Developer Note
  6. April 29, 1993
  7.  
  8.  
  9. © Apple Computer, Inc. 1992-93
  10.  
  11.         Contents
  12. Introduction to the Mail suite /2
  13. Overview of the Mail suite / 2
  14. Typical uses of the Mail suite / 3
  15. Using object specifiers in place of other parameters / 4
  16. Apple events defined in the Mail suite / 5
  17. Send —Send a Document / 6
  18. Object classes defined in the Mail suite / 7
  19. cMailer—a Mailer / 9
  20. cMailAddress—a representation of an address/ 13
  21. cRecipient—an entry in the Mailer's address list/ 16
  22. cSender—the entry in the Mailer's from field / 18
  23. Descriptor Types defined in the Mail suite / 20
  24. typeMailAddress—a mailer / 20
  25. typePackedDSSpec—a mailer / 22
  26. Key forms defined in the Mail suite / 23
  27. Comparison operators defined in the Mail suite / 24
  28. Constants defined in the Mail suite / 25
  29.         Figures and Tables
  30. Table 1    Apple events defined in the Mail suite / 7
  31. Table 2    Apple event object classes defined in the Mail suite / 7
  32. Figure 1    Object inheritance hierarchy for the Mail suite / 8
  33. Table 3    Descriptor types defined in the Mail suite / 20
  34. Table 4    Key forms defined in the Mail suite / 23
  35. Table 5    Comparison operators defined in the Mail suite / 24
  36. Table 6    Constants defined in the Mail suite / 25-26
  37.  
  38.     The Mail Suite
  39. The Mail suite defines Apple event constructs that are used for communicating with mail-capable server applications.
  40. Introduction to the Mail suite
  41. The Mail suite defines Apple event constructs that are elements of the Macintosh Mail Architecture and, when used in conjunction with the Apple Event Registry: Standard Suites, provide an interface for communicating with mail-capable  applications in order to mail documents. For an application to use these events and objects, it must also support the Apple event constructs from the Core suite as defined in the Apple Event Registry: Standard Suites.
  42. Overview of the Mail suite
  43. The object model for the Mail Suite is based on the AOCE Mailer. To use the Mail suite, you may wish to familiarize yourself the Standard Mail Package and its Mailer functionality.
  44. The Standard Mail Package
  45. With the addition of AOCE technology to the Macintosh environment, the basic functionality of a document-oriented appliction on the Macintosh has been extended from supporting merely "saving" and printing" documents to "sending" documents. The AOCE Standard Mail Package provides the support for every Macintosh application to integrate Mail functionality and services into the user’s experience.
  46. Mailer Concepts
  47. A Mailer is a "mailing label" that can be affixed to a document in order to mail it. The mailer contains from, to, cc, bcc and subject information and optionally a list of enclosures.  The mailer remains attached to the document after sending so that the addressing information, enclosures and other information such as sending date and time are available to the recipent. 
  48. A document may contain multiple mailers if it is forwarded. For example, Amy, the original author of a document, attaches a mailer and sends the document to Bob. The document Bob receives contains the mailer that Amy created but it is marked as "received". Bob can then forward the document by adding a second mailer "on top" of the first and address this to Catherine and enclose a document. The document Catherine receives will then have two mailers. The top-most mailer (the one with the highest ordinal value) is the most recent and is either the mailer used to send to this recipient or is being prepared to be mailed to a new distribution list.
  49. Scope of the Mailer Concept and Mail Suite
  50. The mailer represents the most complete and robust model upon which an object model for the Mail suite can be based. However, it does not require that the application support the Mailer human interface where it is inappropriate to do so. The Mailer is simply the model used to represent the addressing and other information required by the Mail suite. The Mail suite is applicable to every application that supports mailing documents.
  51. For more information about the Standard Mail Package and Mailer concepts, please consult the "Standard Mail Package" Chapter of Inside Macintosh.
  52. Typical uses of the Mail suite
  53. The following scenarios illustrate the types of Mail-capable applications that are likely to be servers for the Mail suite and the types of applications that are likely toe clients:
  54. n    Word processing applications can be used for mail merge  in conjunction with an external scripting language.
  55. n    Workflow servers will use the suite to keep forms and other documents moving through a workflow system.
  56. n    Database and accounting applications that keep track of customer, vendor and other records containing phone numbers. These applications can both place telephone calls and present information whenever there is an incoming call.
  57. n    Agents that acquire information on behalf  of a user can mail back  desired information  via a mail capable application, such as a spreadsheet or charting program.
  58. Using object specifiers in place of other parameters
  59. In all of the suites except the Finder suite, you can substitute an object specifier for any parameter of an Apple event that is not already defined to be an object specifier. This object specifier must specify a single object. When you substitute an object specifier for a parameter, the actual value of the parameter is the value of the default descriptor record for the specified object (that is, the value you get when you send a Get Data Apple event for the object and do not specify a particular descriptor type for the result.)
  60. Apple events defined in the Mail suite
  61. The Apple events defined in the Mail suite are described in the following sections. Table 1 lists these Apple events.
  62. n    Table 1    Apple events defined in the Mail suite
  63. Name     Requested action
  64. SendLetter    Send a document    
  65.         
  66.         
  67.         
  68.         
  69.         
  70.         
  71.         
  72.         
  73.         
  74. SendLetter—send a document
  75. The SendLetter Apple event mails a document.
  76. Event Class    kAEMailEvents
  77. Event ID    kAESendLetter
  78. Parameters    
  79. keyDirectObject
  80. Description:    The document to send
  81. Descriptor Type:    typeObjectSpecifier
  82. Required or Optional?    Required
  83. keyAEIncludeSnapShotFmt
  84. Description:    The document to send
  85. Descriptor Type:    typeBoolean
  86. Required or Optional?    Optional
  87. keyAEIncludeStandardFmt
  88. Description:    The document to send
  89. Descriptor Type:    typeBoolean
  90. Required or Optional?    Optional
  91. keyAEIncludeMainEnclFmt
  92. Description:    The document to send
  93. Descriptor Type:    typeOSType
  94. Required or Optional?    Optional
  95. keyAEMailPriority
  96. Description:    The priority of a received letter. The value of this paarmeter  will be enumHighPriority, enumNormalPriority or enumHLowPriority. The default is enumNormalPriority .
  97. Descriptor Type:    typeEnumeration
  98. Required or Optional?    Optional
  99. Reply Parameters    None
  100. Object classes defined in the Mail suite
  101. The Apple event object classes defined in the Mail suite are described in the following sections. Table 2 lists these object classes.
  102. n    Table 2    Apple event object classes defined in the Mail suite
  103. Object class ID    Description
  104. cMailer    A representation of a mailer in a document
  105. Properties:    pBestType, pClass, pDeafultType, pFrom, pSubject, pSendDateTime, pReceived, pHasContent
  106. Element Classes:    cRecipient, cFile
  107.  
  108. cMailAddress    A representation of a mail address
  109. Properties:    pBestType, pClass, pDefaultType, pName, pAddresseeType, pAddressType, pAddress, pDirectory, pDirectoryType, pDirectoryID
  110. Element Classes:    None
  111. cRecipient    An entry in a Mailer Address list 
  112. Properties:    pBestType, pClass, pDeafultType, pMailAddress, pRecipientType
  113. Element Classes:    None
  114.  
  115. cSender    The Sender associated with a Mailer 
  116. Properties:    pBestType, pClass, pDeafultType, pIdentity, pName, pMailAddress
  117.     Element Classes:    None
  118.  
  119. Figure 2 illustrates the inheritance hierarchy for the object classes defined in the Mail suite. Listed for each object class are the properties, element classes, and Apple events that have not been inherited from object classes higher in the inheritance hierarchy.
  120. n    Figure 1    Object inheritance hierarchy for the Mail suite
  121. cMailer—a Mailer
  122. The cMailer object class is the class for representation of a Mailer or "mailing label" in a document. A Mailer must be added to a document and a subject and recipient must be specified before the document can be mailed (the From field should be defaulted by the server).  The other properties and elements of the Mailer are optional.
  123. Every cMailer is owned by a Document and appears as an element in exactly one Document. One document may have zero or more cMailers.
  124. The top-most mailer may  or may not be a "draft mailer" which means that it has not yet been sent. The pReceived property indicates whether this letter has been received or is being prepared for sending. If a given cMailer is draft mailer, then the following apply:
  125. n    pReceived is  FALSE.
  126. n    pMailAddress in pFrom is undefined.
  127. n    pASendDateTime is undefined.
  128. n    pHasContent is undefined.
  129. n    pFrom, pSubject, cRecipient and cFile are modifiable.
  130. If a given cMailer is a received  mailer, then the following apply:
  131. n    pReceived is  TRUE.
  132. n    pIdentity in pFrom is undefined.
  133. n    no properties or elements of the cMailer are modifiable.
  134. Superclass    cObject (Core suite)
  135. Default Descriptor    
  136. Type
  137. typeObjectSpecifier
  138. Properties    
  139. pBestType
  140. Description:    The descriptor type that can contain the most information from objects of this object class
  141. Object Class ID:    cType
  142. Inherited?    Yes, from cObject
  143. Modifiable or
  144. Non-modifiable?    Non-modifiable
  145. pClass
  146. Description:    The four-character class ID for the object class
  147. Object Class ID:    cType
  148. Inherited?    Yes, from cObject
  149. Modifiable or
  150. Non-modifiable?    Non-modifiable
  151. pDefaultType
  152. Description:    The default descriptor type for the object class
  153. Object Class ID:    cType
  154. Inherited?    Yes, from cObject
  155. Modifiable or
  156. Non-modifiable?    Non-modifiable
  157. pFrom
  158. Description:    The sender of this mailer. The pIdentity contained within the sender is only valid if the given Mailer is a draft Mailer.  This is only modifiable when the Mailer is a draft Mailer.
  159. Object Class ID:    cSender
  160. Inherited?    No
  161. Modifiable or
  162. Non-modifiable?    Modifiable
  163. pSubject
  164. Description:    The subject of a received letter. This is only modifiable when the Mailer is a draft Mailer.
  165. Object Class ID:    cIntlText
  166. Inherited?    No
  167. Modifiable or
  168. Non-modifiable?    Modifiable
  169. pSendDateTime
  170. Description:    The sending date and time of the letter. This is only defined when the given Mailer has been received.
  171. Object Class ID:    cDateTime
  172. Inherited?    No
  173. Modifiable or
  174. Non-modifiable?    Non-modifiable
  175. pReceived
  176. Description:    This flag indicates whether or not the given mailer has been received or is a draft mailer being prepared for sending.
  177. Object Class ID:    cBoolean
  178. Inherited?    No
  179. Modifiable or
  180. Non-modifiable?    Non-modifiable
  181. pHasContent
  182. Description:    This flag indicates whther or not there is new letter content associated with a given mailer.
  183. Object Class ID:    cBoolean
  184. Inherited?    No
  185. Modifiable or
  186. Non-modifiable?    Non-modifiable
  187. Element Classes
  188. cRecipient
  189. Description:    A Recipient to whom this letter is addressed.
  190. Inherited?    No
  191. Modifiable or
  192. Non-modifiable?    Modifiable
  193. Key Forms:    formAbsolutePosition, formName, formPropertyID, formRange, formRelativePosition, formTest
  194. cFile
  195. Description:    An enclosed document.
  196. Inherited?    No
  197. Modifiable or
  198. Non-modifiable?    Modifiable
  199. Key Forms:    formAbsolutePosition, formName, formPropertyID, formRange, formRelativePosition, formTest
  200. Apple Events    
  201. Apple events from the Core suite:
  202. Clone    Inherited from cObject
  203. Count Elements    Inherited from cObject
  204. Create Element    Inherited from cObject
  205. Do Objects Exist    Inherited from cObject
  206. Get Class Info    Inherited from cObject
  207. Get Data    Inherited from cObject
  208. Get Data Size    Inherited from cObject
  209. Set Data    Inherited from cObject
  210. cMailAddress—a representation of an address
  211. The cMailAddress object class is the class for the representation of a destination for a letter.  In addition to the information necessary for the appropriate mail transport to deliver the letter, cMailAddress includes the name, and if appropriate, the type of destination being  mailed to.  Note that the cMailAddress here is identical to the one found in the collaborative information suite except that no pName is supported i the Mail suite.
  212. Superclass    cObject
  213. Default Descriptor    
  214. Type
  215. typeIntlText
  216. Properties    
  217. pBestType
  218. Description:    The descriptor type that can contain the most information from objects of this object class
  219. Object Class ID:    cType
  220. Inherited?    Yes, from cObject
  221. Modifiable or
  222. Non-modifiable?    Non-modifiable
  223. pClass
  224. Description:    The four-character class ID for the object class
  225. Object Class ID:    cType
  226. Inherited?    Yes, from cObject
  227. Modifiable or
  228. Non-modifiable?    Non-modifiable
  229. pDefaultType
  230. Description:    The default descriptor type for the object class
  231. Object Class ID:    cType
  232. Inherited?    Yes, from cObject
  233. Modifiable or
  234. Non-modifiable?    Non-modifiable
  235. pAddresseeName
  236. Description:    The name of the addressee 
  237. Object Class ID:    cIntlText
  238. Inherited?    No
  239. Modifiable or
  240. Non-modifiable?    Non-modifiable
  241. pAddresseeType
  242. Description:    The type of the addressee. For Mail, this is normally 'User'.
  243. Object Class ID:    cType
  244. Inherited?    No
  245. Modifiable or
  246. Non-modifiable?    Non-modifiable
  247. pAddressType
  248. Description:    The type of the address
  249. Object Class ID:    cType
  250. Inherited?    No
  251. Modifiable or
  252. Non-modifiable?    Non-modifiable
  253. pAddress
  254. Description:    The actual address of the type specified by pAddressType in the address space specified by pAddressSpace.
  255. Object Class ID:    cIntlText
  256. Inherited?    No
  257. Modifiable or
  258. Non-modifiable?    Non-modifiable
  259. pDirectory
  260. Description:    The name of the address space or the subaddress space specified as a path within the address space for direct addressing or the directory or directory node path for indirect addressing.
  261. Object Class ID:    cIntlText
  262. Inherited?    No
  263. Modifiable or
  264. Non-modifiable?    Non-modifiable
  265. pDirectoryType
  266. Description:    The type of the address space or directory.
  267. Object Class ID:    cType
  268. Inherited?    No
  269. Modifiable or
  270. Non-modifiable?    Non-modifiable
  271. pDirectoryID
  272. Description:    The unique ID of the address space or directory.
  273. Object Class ID:    cLongInteger
  274. Inherited?    No
  275. Modifiable or
  276. Non-modifiable?    Non-modifiable
  277. Element Classes    None
  278. Apple Events    
  279. Apple events from the Core suite:
  280. Clone    Inherited from cObject
  281. Count Elements    Inherited from cObject
  282. Create Element    Inherited from cObject
  283. Delete    Inherited from cObject
  284. Do Objects Exist    Inherited from cObject
  285. Get Class Info    Inherited from cObject
  286. Get Data    Inherited from cObject
  287. Get Data Size    Inherited from cObject
  288. Move    Inherited from cObject
  289. Set Data    Inherited from cObject
  290. cRecipient—an entry in a Mailer address list
  291. The cRecipient object class is used to represent one destination specified in a mailer. In addition to specifying the mail address for the recipient, it specifies whether the recipient is a primary recipient (To:), copied recipent (CC:) or blind-copied recipient (BCC:).
  292. Superclass    cObject (Core suite)
  293. Default Descriptor    
  294. Type
  295. typeObjectSpecifier
  296. Properties    
  297. pBestType
  298. Description:    The descriptor type that can contain the most information from objects of this object class
  299. Object Class ID:    cType
  300. Inherited?    Yes, from cObject
  301. Modifiable or
  302. Non-modifiable?    Non-modifiable
  303. pClass
  304. Description:    The four-character class ID for the object class
  305. Object Class ID:    cType
  306. Inherited?    Yes, from cObject
  307. Modifiable or
  308. Non-modifiable?    Non-modifiable
  309. pDefaultType
  310. Description:    The default descriptor type for the object class
  311. Object Class ID:    cType
  312. Inherited?    Yes, from cObject
  313. Modifiable or
  314. Non-modifiable?    Non-modifiable
  315. pMailAddress
  316. Description:    The mail address for the recipient. 
  317. Object Class ID:    cIntlText
  318. Inherited?    No
  319. Modifiable or
  320. Non-modifiable?    Modifiable
  321. pRecipientType
  322. Description:    Specifies To:, CC:, or BCC:. The value of this property will be kAEToRecipient, kAECCRecipient and kAEBCCRecipient respectively.
  323. Object Class ID:    cEnumeration
  324. Inherited?    No
  325. Modifiable or
  326. Non-modifiable?    Modifiable
  327. Element Classes    None
  328. Apple Events    
  329. Apple events from the Core suite:
  330. Clone    Inherited from cObject
  331. Count Elements    Inherited from cObject
  332. Create Element    Inherited from cObject
  333. Delete    Inherited from cObject
  334. Do Objects Exist    Inherited from cObject
  335. Get Class Info    Inherited from cObject
  336. Get Data    Inherited from cObject
  337. Get Data Size    Inherited from cObject
  338. Move    Inherited from cObject
  339. Set Data    Inherited from cObject
  340. cSender—the entry in the Mailer's From field
  341. The cSender object class is the class for representation of the sender of a letter. The pIdentity property of this object is only valid (and modifiable) in a draft mailer. It is undefined in a recieved letter. Likewise, the pMailAddress property is invalid for a draft letter but valid for a received letter.
  342. Superclass    cObject (Core suite)
  343. Default Descriptor    
  344. Type
  345. typeObjectSpecifier
  346. Properties    
  347. pBestType
  348. Description:    The descriptor type that can contain the most information from objects of this object class
  349. Object Class ID:    cType
  350. Inherited?    Yes, from cObject
  351. Modifiable or
  352. Non-modifiable?    Non-modifiable
  353. pClass
  354. Description:    The four-character class ID for the object class
  355. Object Class ID:    cType
  356. Inherited?    Yes, from cObject
  357. Modifiable or
  358. Non-modifiable?    Non-modifiable
  359. pDefaultType
  360. Description:    The default descriptor type for the object class
  361. Object Class ID:    cType
  362. Inherited?    Yes, from cObject
  363. Modifiable or
  364. Non-modifiable?    Non-modifiable
  365. pIdentity
  366. Description:    The AOCE identity of the sender. This is only valid if the identity has already been explicitly set and will not be valid for a recieved letter.
  367. Object Class ID:    cLongInteger
  368. Inherited?    No
  369. Modifiable or
  370. Non-modifiable?    Modifiable
  371. pMailAddress
  372. Description:    The mail address of the sender. This is only valid when the letter is received.
  373. Object Class ID:    cMailAddress
  374. Inherited?    No
  375. Modifiable or
  376. Non-modifiable?    Non-modifiable
  377. pName
  378. Description:    The name of the sender.
  379. Object Class ID:    cIntlText
  380. Inherited?    No
  381. Modifiable or
  382. Non-modifiable?    Non-modifiable
  383. Element Classes    None
  384. Apple Events    
  385. Apple events from the Core suite
  386. Count Elements    Inherited from cObject
  387. Do Objects Exist    Inherited from cObject
  388. Get Class Info    Inherited from cObject
  389. Get Data    Inherited from cObject
  390. Get Data Size    Inherited from cObject
  391. Set Data    Inherited from cObject
  392. Descriptor types defined in the Mail suite
  393. The new descriptor types defined in the Mail suite are described in the following section. 
  394. n    Table 3    Descriptor types defined in the Mail suite
  395. Descriptor type    Description
  396. typeMailAddress    a mail address descriptor
  397. typePackedDSSpec     an AOCE PackedDSSpec data structure
  398. typeMailAddress—a mail address descriptor
  399. A typeMailAddress descriptor record contains the data for a cMailAddress object. It includes all the information necessary to recreate the original cMailAddress object.
  400. Description    To create a typeMailAddress descriptor record, you coerce an AE record containing the following fields into the equivalent typeMailAddress descriptor record:
  401. Keyword    Descriptor type    Description
  402. keyAEDirectory    typeIntlText    the address space
  403. keyAEDirectoryType    typeIntlText    the address space type
  404. keyAEDirectoryID    typeIntlText    the address space discriminator
  405. keyAEAddressType    typeIntlText    the address type
  406. keyAEAddress    typeIntlText    the actual address in the specified address space
  407. keyAEAdresseeName    typeIntlText    the addressee  name
  408. keyAEAddresseeType    typeIntlText    the addressee  type
  409. All Mail Apple event servers must support coercion of typeMailAddress into typeIntlText  and the reverse. When mapping the data into IntlText the format described below is to be used.
  410. The following characters are used as tokens:
  411.     ".",   "<",   ">",   "@"  and  "\"
  412. The latter is the escape character for quoting the other tokens in fields where they are reserved as indicated below. 
  413. The component fields of the string address are listed below. Every field except the Addressee Name and the Directory Name field can be optional depending on the circumstances.
  414.     NAM = Addressee Name (".", "<" and "@" must be quoted with "\")
  415.     TYP =     Addressee Type ('User' if not specified, "<" must be quoted with "\")          
  416.     EXT =     Address Type (Default = 'entn')
  417.       EXV =     Address Value (">" must be quoted with "\")
  418.     DIR =     Directory or Address Space Name ("." and "<" must be quoted with "\")
  419.         This may be expressed as a Path{Subspace of Address Space}
  420.                 so it would be (NODENAME.)*DIR where "(_)*" means "zero or more of _"              
  421.     DIT =     Directory or Address Space Type ('adap' used if ambiguous & unspecified)
  422.     DID =     Directory or Address Space Discriminator (Required if DIT is specified)
  423. The TYP, EXT, and DIT fields are all four bytes which may be any displayable ASCII characters.
  424. The string representation for addresses is then as follows:
  425.     NAM.TYP<EXT.EXV>@DIR<DIT.DID>
  426.             
  427. Examples:
  428. Michael Bayer@Evangelism.MSAD.APPLE
  429. M\. Bayer@Evangelism.MSAD.APPLE
  430. Michael Bayer.User@Evangelism.MSAD.APPLE
  431. Evangelists.Group@Evangelism.MSAD.APPLE
  432. NASDAQ.StockAgent@CORP.APPLE
  433. Michael Bayer<entn.123.456>@Evangelism.MSAD.APPLE<adap,001>
  434. Michael Bayer<alan.MBQuadra.Evangelism>@AppleR&DNetwork
  435. Michael Bayer<fax .+1(408)974-1211>@FAX
  436. Michael Bayer<smtp.bayer1@applelink.apple.com>@INTERNET<smtp,0>
  437. Michael Bayer<alnk.BAYER1>@AppleLink
  438. NOTE: These string representations of an address are always represented using an appropriate script code. The tokens listed above (".",  "<",  ">",  "@" and "\") are represented in the script specified by the IntlText. The Addressee Type, Extension Type and the Directory Type are each 4 Bytes and are always interpreted using Roman ASCII. 
  439. typePackedDSSpec—a mail address descriptor
  440. A typePackedDSSpec descriptor record contains the data for a cMailAddress object represented as an AOCE PackedDSSpec data structure as defined in the AOCE Utilities chapter of Inside Macintosh. It includes all the information necessary to recreate the original cMailAddress object.
  441. All Mail Apple event servers must support coercion of typePackedDSSpec into typeIntlText  and typeMailAddress and the reverse. When mapping the data into typeIntlText the same format described for coercion of typeMailAddress  is to be used.
  442. Key forms defined in the Mail suite
  443. Table 4 lists the key forms defined in the Mail suite. The italicized words in each example correspond to the key (the portion of the object specifier record that distinguishes an object from other objects of the same class in the same container). For more information about keys and key forms, see the Apple Event Manager chapter of Inside Macintosh: InterApplication Communication.
  444. n    Table 4    Key forms defined in the Mail suite
  445. Key form constant    Description
  446. formAbsolutePosition    Specifies the position of an element in relation to the beginning or end of its container (for example, “word 5 of . . . ”), or specifies one or more elements with a constant defined in the Apple Event Manager chapter of Inside Macintosh: InterApplication Communication, such as kAEFirst (for example, “the first word in paragraph 12 . . . ”) or kAEAll (for example, “all the words in paragraph 12 . . . ”)
  447. formName    Specifies an element by its name (for example, “the document named ‘MyDoc’ ”)
  448. formPropertyID    Specifies a property of an object by its four-character property ID (for example, “the font of word 1”)
  449. formRange    Specifies a list of elements between two other elements (for example, “the words between ‘Wild’ and ‘Zanzibar,’ inclusive”)
  450. formRelativePosition    Specifies an element immediately before or after a container (for example, “the next word after the word whose style is bold”)
  451. formTest    Specifies one or more elements that pass a test; values of one or more properties or elements can be tested (for example, “the first paragraph that is centered and that begins with the word ‘Wild’ ”)
  452. Comparison operators defined in the Mail suite
  453. Table 5 lists the comparison operators defined in the Mail suite.
  454. n    Table 5    Comparison operators defined in the Mail suite
  455. Comparison operator constant    Operator    Description
  456. kAEBeginsWith    'bgwt'    The value of the first operand begins with the value of the second operand (for example, the string “outside line” begins with the string “out”)
  457. kAEContains    'cont'    The value of the first operand contains the value of the second operand (for example, the string “outside line” contains the string “side”)
  458. kAEEndsWith    'ends'    The value of the first operand ends with the value of the second operand (for example, the string “outside line” ends with the string “line”)
  459. kAEEquals    '=   '    The value of the first operand is equal to the value of the second operand
  460. kAEGreaterThan    '>   '    The value of the first operand is greater than the value of the second operand
  461. kAEGreaterThanEquals    '>=  '    The value of the first operand is greater than or equal to the value of the second operand
  462. kAELessThan    '<   '    The value of the first operand is less than the value of the second operand
  463. kAELessThanEquals    '<=  '    The value of the first operand is less than or equal to the value of the second operand
  464. Constants defined in the Mail suite
  465. Table 6 lists the constants defined in the Mail suite.
  466. n    Table 6    Constants defined in the Mail suite
  467. Constant    Value
  468. cMailAddress        'mAdd'
  469. cMailer        'mhdr'
  470. cRecipient        'mrcc'
  471. cSender        'msnd'
  472. enumPriorityHigh    'high'
  473. enumPriorityLow    'low'
  474. enumPriorityNormal    'medi'
  475. kAEMailEvents    'MAIL'
  476. kAESendLetter    'send'
  477. kAEToRecipient    ' to '
  478. kAECCRecipient    ' cc '
  479. kAEBCCRecipient    'bcc '
  480. keyAEAddresseeName    'pAdN'
  481. keyAEAddresseeType        'pRTy'
  482. keyAEAddressType        'pATy'
  483. keyAEAddress        'pAdd'
  484. keyAEDirectory        'pDir'
  485. keyAEDirectoryID        'pDID'
  486. keyAEDirectoryType        'pDTy'
  487. keyAEIncludeAppleMailFmt    'lamf'
  488. keyAEIncludeMainEnclFmt    'lmef'
  489. keyAEIncludeSnapShotFmt    'lssf'
  490. keyAEPriority    'PRTY'
  491. pAddresseeName        'pAdN'
  492. pAddresseeType        'pRTy'
  493. pAddressType            'pATy'
  494. pAddress            'pAdd'
  495. pDirectory            'pDir'
  496. pDirectoryID            'pDID'
  497. pDirectoryType        'pDTy'
  498. n    Table 6    Constants defined in the Mail suite (Continued)
  499. Constant    Value
  500. pFrom                'pfrm'
  501. pHasContent            'phco'
  502. pIdentity            'ocid'
  503. pMailAddress            'pAdd'
  504. pReceived            'prec'
  505. pRecipientType        'RCTy'
  506. pSendDateTime        'psdt'
  507. pSubject            'psub'
  508. typeMailAddress    'mAdd'
  509. typePackedDSSpec    'DSSp'
  510.  
  511.  
  512. ™◊#ˇ ˇˇˇˇ#◊ 
  513. d, Palatino
  514. 0.°dONLNdZ◊å˚+ıù
  515. °dONLNd†◊πÉ*4The Mail Suite
  516. °dONLNd“◊‡3**
  517. Version 1.0b1
  518. 4⁄€†æ†¬
  519. ¯¯¯¯(€
  520. °d
  521. ONLNf‹
  522. € ”<ò @¯@¯€S”··········Ù˛ˇÚ
  523. ı˝ˇ¸Û
  524. ı¸ˇ¯Ù
  525. ˆ˙ˇ¿ı
  526. ˆ˙ˇ¯ıˆ¯ˇı
  527. ˜¯ˇ‡ˆ
  528. ˜¯ˇ¸ˆ¯ˆˇˆ
  529. ¯ˆˇ‡˜
  530. ¯?ˆˇ¯˜¯ıˇ˛˜˘Ùˇ˜
  531. ˘Ùˇ¿¯
  532. ˘Ùˇ¯
  533. ˘Ùˇ¯¯
  534. ˙Ûˇ˛¯
  535. ˙ڡĢ
  536. ˙Úˇ¿˘
  537. ˙?Úˇ˘
  538. ˙Úˇ¸˘˙Òˇ˛˘
  539. ˚ˇÄ˙
  540. ˚ˇ¿˙
  541. ˚ˇ‡˙
  542. ˚ˇ˙
  543. ˚ˇ¸˙˚Ôˇ˛˙¸Óˇ˙
  544. ¸ÓˇÄ˚
  545. ¸Óˇ¿˚
  546. ¸Óˇ‡˚
  547. ¸Óˇ˚
  548. ¸?Óˇ¯˚
  549. ¸Óˇ¸˚¸Ìˇ˛˚˝Ïˇ˚
  550. ˝ÏˇÄ¸
  551. ˝Ïˇ¿¸
  552. ˝Ïˇ‡¸
  553. ˝Ïˇ¸
  554. ˝Ïˇ¸
  555. ˝?Ïˇ¯¸
  556. ˝Ïˇ¸¸˝Îˇ˛¸˛͡¸˛͡¸
  557. ˛͡Ľ
  558. ˛͡¿˝
  559. ˛͡¿˝
  560. ˛͡‡˝
  561. ˛͡˝
  562. ˛͡˝
  563. ˛?͡¯˝ò @į@įS€ì”
  564. ˛͡¸˝
  565. ˛͡¸˝˛Èˇ˛˝˛Èˇ˛˝ˡ˝ˡ˝
  566. ˡIJ
  567. ˡIJ
  568. ˡ¿˛
  569. ˡ¿˛
  570. ˡ‡˛
  571. ˡ‡˛
  572. ˡ˛
  573. ˡ˛
  574. ?ˡ¯˛
  575. ?ˡ¯˛
  576. ˡ¸˛
  577. ˡ¸˛
  578. ˡ¸˛    Áˇ˛˛    Áˇ˛˛Êˇ˛Êˇ˛Êˇ˛Êˇ˛    ÊˇÄˇ    ÊˇÄˇ    ÊˇÄˇ    ÊˇÄˇ    Êˇ¿ˇ    Êˇ¿ˇ    Êˇ¿ˇ    Êˇ¿ˇ    Êˇ‡ˇ    Êˇ‡ˇ    Êˇ‡ˇ    Êˇˇ    Êˇˇ    Êˇˇ    Êˇˇ    Êˇ¯ˇ    Êˇ¯ˇ    Êˇ¯ˇ    ?Êˇ¯ˇ    ?Êˇ¯ˇ    ?Êˇ¯ˇ    ?Êˇ¯ˇ    ?Êˇ¸ˇ    ?Êˇ¸ˇ    ?Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇò Ä¿¯Ä¿¯ì€””    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¯ˇ    ?Êˇ¯ˇ    ?Êˇ¯ˇ    ?Êˇ¯ˇ    ?Êˇ¯ˇ    ?Êˇ¯ˇ    ?Êˇˇ    ?Êˇˇ    Êˇˇ    Êˇˇ    Êˇˇ    Êˇˇ    Êˇˇ    Êˇ‡ˇ    Êˇ‡ˇ    Êˇ‡ˇ    Êˇ‡ˇ    Êˇ‡ˇ    Êˇ¿ˇ    Êˇ¿ˇ    Êˇ¿ˇ    ÊˇÄˇ    ÊˇÄˇ    ÊˇÄˇÊˇ˛Êˇ˛    Áˇ˛˛    Áˇ˛˛    Áˇ˛˛    Áˇ¸˛
  579. ˡ¸˛
  580. ˡ¸˛
  581. ?ˡ¯˛
  582. ?ˡ¯˛
  583. ˡ¯˛
  584. ˡ˛
  585. ˡ˛
  586. ˡ˛
  587. ˡ‡˛
  588. ˡ¿˛
  589. ˡ¿˛
  590. ˡIJ
  591. ˡIJˡ˝˛Èˇ˛˝˛Èˇ˛˝
  592. ˛͡¸˝
  593. ˛͡¸˝
  594. ˛͡¯˝
  595. ˛?͡˝
  596. ˛͡˝
  597. ˛͡‡˝
  598. ˛͡‡˝
  599. ˛͡¿˝
  600. ˛͡Ľ
  601. ˛͡Ľò ¿¯¯¿¯¯”€ ”˛͡¸˝Îˇ˛¸˝Îˇ¸¸
  602. ˝Ïˇ¸¸
  603. ˝?Ïˇ¯¸
  604. ˝Ïˇ¸
  605. ˝Ïˇ‡¸
  606. ˝Ïˇ¿¸
  607. ˝ÏˇÄ¸˝Ïˇ˚
  608. ˝Ìˇ˛˚¸Ìˇ¸˚
  609. ¸Óˇ¸˚
  610. ¸?Óˇ¯˚
  611. ¸Óˇ˚
  612. ¸Óˇ‡˚
  613. ¸Óˇ¿˚
  614. ¸ÓˇÄ˚¸Óˇ˙
  615. ˚ˇ¸˙
  616. ˚?ˇ¯˙
  617. ˚ˇ˙
  618. ˚ˇ¿˙
  619. ˚ˇÄ˙˚ˇ˘˙Òˇ¸˘
  620. ˙?Úˇ¯˘
  621. ˙Úˇ˘
  622. ˙Úˇ¿˘
  623. ˙ڡĢ˘Ûˇ¯
  624. ˘?Ùˇ¯¯
  625. ˘Ùˇ‡¯
  626. ˘ÙˇÄ¯
  627. ˘ıˇ˛˜
  628. ¯ˆˇ¯˜
  629. ¯ˆˇ‡˜
  630. ¯ˆˇÄ˜˜˜ˇ˛ˆ
  631. ˜¯ˇ¯ˆ
  632. ˜¯ˇ¿ˆ
  633. ˆ˙ˇ¸ı
  634. ˆ˙ˇ¿ı
  635. ˆ˚ˇ˛Ù
  636. ı¸ˇ‡Ù
  637. Ù˛ˇ˛ÛÛˇ˛Ú·········ò @¯@¯€S”··········Ù˛"Ú··ı˙àÄı··
  638. ˜¯" ˆ··˜ˆàĘ··˘˛" ¸˝"˜··
  639. ˘àà̞௷·˙"" ¯""¯··˙ààĈàà˘··˚" Ù"" ˙··
  640. ˚ààÄÛàà˙··
  641. ¸" Ú""˙··
  642. ¸àÄÒàà˚·· ¸" ""˚··˝àÄàĸ·· ˝""Ó" ¸·· ˝ààÓื·
  643. ˛" Ó"¸·· ˛àÏàÄ˝··ò @į@įS€ì” ˛" Ï" ˝·· ˛àÄÏà˝·· "Î"˝··
  644. àÄÎàIJ·· "Í" ˛·ÈD˙àÓàÄÄà˛·
  645. Ï˚" Ò"""   ˛· ÔD˝@D˚àÄÛ
  646. àÄÄàààà˛·Ò˛˚"ı"" "˛ ""˛·Ù@D@D˝@DD˚à¯ààÄÄàÄààÄàààġ·ˆ˚"˚ "  "" """˛·˘˛D˛@
  647. @D@D@D@DD˚ à˝àà˛ÄàÄàÄàÄàÄààġ·¸˚! ˛" "  " " " " " ˇ·˝@@D˛@@@DD@@DD˚ àÄÄàààÄàÄàà˝Äàà˛ġ·˝˚    "˛"  "˛ ˛" " ˇ·˝@@DDDD@D@@D@@DD@˙ àÄàààÄàÄààÄààÄà˝àˇ·˝˛ˆ"   """  "˛ ""˙ ˇ·¸ @@DD@DDD˛@ıÄààÄÄààààįàˇ·˝˛˛Ú"   "" " " ı ˇ·¸DD@˛DˆD@˝Äà˛Ä˛àıÄÄàˇ·˝˛ı¸" ˛  ˜""  ˇ·¸DDı@D@@˝ÄàıàIJÄÄàˇò Ä¿¯Ä¿¯ì€””·¸ˆ    ¸" Û "   "  ˇ·Ú @DDD@@D¸ĈÄàÄàÄàÄàÄàˇ·ı¸" ˘"  ""  """ ˇ·¯DDDDD@D@D¸Ä˚ààÄÄàÄÄààÄÄàˇ·˙¸!" ˛" """""  "" "" ˇ·˝D@DDDDD@@DD@¸!ààÄààÄÄÄààÄàààÄàÄġ·˝ ˛¸! "˛ """"   "" "" ˇ·˝D@DDD@DD@@D@@˚!àÄÄàààÄIJÄÄààà˛àġ·˝
  648. ˝¯"" " ""  "" ¸"˛·˝@@DDD@@D@@ˆ    àÄÄàà˛ÄàÄàààĢàġ·˝˚Û
  649. """" "˛"˜"˛·¸
  650. @D@@DD@@ÒàÄà˝ÄàÄıà˛·˝Ó "  """ Ú ˛·    ¸D˛DΠ   àààÄà˛·    ˝È""Ï" ˛·· ˛àÄÎàIJ·· ˛"Î"˝·· ˛àÄÏà˝·· ˛" Ï" ˝··
  651. ˛àÄÌàÄ˝··
  652. ˛" Ó"¸·ò ¿¯¯¿¯¯”€ ”· ˝ààÓื· ˝""Ó" ¸··
  653. ¸àÄàĸ·· ¸""""˚··
  654. ¸àÄÒàà˚··
  655. ¸" Ú""˙··
  656. ˚àÄÛàà˙··
  657. ˚""Ù""˘··˙ààĈàà˘··˙"" ¯""¯··˘ààÄ˙˛à¯··
  658. ¯˝"¸˝"˜··˜ˆàĘ··˜¯"ı··ı˙àÙ··Û˛"Ú·········
  659. <†æ†¬)
  660. °d
  661. ONLNfú
  662. € ”<†æ†¬)
  663. °d
  664. ONLNf«
  665. d
  666. °dONLNd"ˆÿ    Â(#ˆ°dONLNd$ÿ&‘*Preliminary Developer Note
  667. °dONLNd?3ÿ>*April 29, 1993°dONLNdP]ÿhi**© Apple Computer, Inc. 1992-93ˇ°¿/, 128 string def
  668. °¿5{currentfile , readstring {(,,,,,,,,,,,,,,,,) search
  669. °¿K{pop pop pop {currentfile read {46 eq {exit} if} {exit} ifelse} loop exit}
  670. °¿+{pop} ifelse} {pop exit} ifelse} bind loop
  671. †ø°¿í,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,.
  672. †ø°¿.%%BeginDocument: Adobe Illustrator 88(TM) 1.6
  673. °¿%!PS-Adobe-2.0 EPSF-1.2
  674. °¿(%%Creator: Adobe Illustrator 88(TM) 1.6
  675. °¿%%For: (Barbara) ()
  676. °¿$%%CreationDate: (3/23/89) (5:32 PM)
  677. °¿*%%DocumentProcSets: Adobe_packedarray 0 0
  678. °¿2%%DocumentSuppliedProcSets: Adobe_packedarray 0 0
  679. °¿(%%DocumentProcSets: Adobe_cmykcolor 0 0
  680. °¿0%%DocumentSuppliedProcSets: Adobe_cmykcolor 0 0
  681. °¿$%%DocumentProcSets: Adobe_cshow 0 0
  682. °¿,%%DocumentSuppliedProcSets: Adobe_cshow 0 0
  683. °¿*%%DocumentProcSets: Adobe_customcolor 0 0
  684. °¿2%%DocumentSuppliedProcSets: Adobe_customcolor 0 0
  685. °¿.%%DocumentProcSets: Adobe_Illustrator_881 0 0
  686. °¿6%%DocumentSuppliedProcSets: Adobe_Illustrator_881 0 0
  687. °¿%%ColorUsage: Black&White
  688. °¿%%DocumentProcessColors: Black
  689. °¿%%BoundingBox:157 281 405 529
  690. °¿%%TemplateBox:288 360 288 360
  691. °¿%%TileBox:-552 730 0 1460
  692. °¿%%EndComments
  693. °¿/showpage{}def
  694. °¿/copypage{}def
  695. °¿[157 529 405 281]
  696. °¿[newpath clippath pathbbox]
  697. °¿
  698. 2 dict begin
  699. °¿ /d exch def
  700. °¿ /s exch def
  701. °¿d 0 get d 1 get translate
  702. °¿,d 2 get d 0 get sub s 2 get s 0 get sub div
  703. °¿,d 3 get d 1 get sub s 3 get s 1 get sub div
  704. °¿scale
  705. °¿"s 0 get neg s 1 get neg translate
  706. °¿end
  707. °¿&%%BeginProcSet: Adobe_packedarray 0 0
  708. °¿% packedarray Operators
  709. °¿% Version 1.0 5/9/1988
  710. °¿% Copyright (C) 1987, 1988
  711. °¿% Adobe Systems Incorporated
  712. °¿% All Rights Reserved
  713. °¿1userdict /Adobe_packedarray 5 dict dup begin put
  714. °¿/initialize            % - initialize -
  715. °¿{
  716. °¿/packedarray where
  717. °¿    {
  718. °¿    pop
  719. °¿    }
  720. °¿    {
  721. °¿    Adobe_packedarray begin
  722. °¿    Adobe_packedarray
  723. °¿        {
  724. °¿
  725.         dup xcheck
  726. °¿            {
  727. °¿            bind
  728. °¿            } if
  729. °¿        userdict 3 1 roll put
  730. °¿         } forall
  731. °¿    end
  732. °¿
  733.     } ifelse
  734. °¿} def
  735. °¿/terminate            % - terminate -
  736. °¿{
  737. °¿} def
  738. °¿2/packedarray        % arguments count packedarray array
  739. °¿{
  740. °¿array astore readonly
  741. °¿} def
  742. °¿%/setpacking            % boolean setpacking -
  743. °¿{
  744. °¿pop
  745. °¿} def
  746. °¿(/currentpacking        % - setpacking boolean
  747. °¿{
  748. °¿false
  749. °¿} def
  750. °¿currentdict readonly pop end
  751. °¿
  752. %%EndProcSet
  753. °¿'Adobe_packedarray /initialize get exec
  754. °¿#%%BeginProcSet:Adobe_cmykcolor 0 0
  755. °¿% cmykcolor Operators
  756. °¿% Version 1.0 5/9/1988
  757. °¿% Copyright (C) 1987, 1988
  758. °¿% Adobe Systems Incorporated
  759. °¿% All Rights Reserved
  760. °¿currentpacking true setpacking
  761. °¿/userdict /Adobe_cmykcolor 4 dict dup begin put
  762. °¿/initialize            % - initialize -
  763. °¿{
  764. °¿/setcmykcolor where
  765. °¿    {
  766. °¿    pop
  767. °¿    }
  768. °¿    {
  769. °¿5    userdict /Adobe_cmykcolor_vars 2 dict dup begin put
  770. °¿    /_setrgbcolor
  771. °¿        /setrgbcolor load def
  772. °¿    /_currentrgbcolor
  773. °¿        /currentrgbcolor load def
  774. °¿    Adobe_cmykcolor begin
  775. °¿    Adobe_cmykcolor
  776. °¿        {
  777. °¿
  778.         dup xcheck
  779. °¿            {
  780. °¿            bind
  781. °¿            } if
  782. °¿
  783.         pop pop
  784. °¿         } forall
  785. °¿    end
  786. °¿    end
  787. °¿    Adobe_cmykcolor begin
  788. °¿
  789.     } ifelse
  790. °¿} def
  791. °¿/terminate            % - terminate -
  792. °¿{
  793. °¿currentdict Adobe_cmykcolor eq
  794. °¿    {
  795. °¿    end
  796. °¿    } if
  797. °¿} def
  798. °¿:/setcmykcolor        % cyan magenta yellow black setcmykcolor -
  799. °¿{
  800. °¿1 sub 4 1 roll
  801. °¿3
  802. °¿    {
  803. °¿    3 index add neg dup 0 lt
  804. °¿        {
  805. °¿        pop 0
  806. °¿        } if
  807. °¿
  808.     3 1 roll
  809. °¿
  810.     } repeat
  811. °¿,Adobe_cmykcolor_vars /_setrgbcolor get exec
  812. °¿pop
  813. °¿} def 
  814. °¿A/currentcmykcolor    % - currentcmykcolor cyan magenta yellow black
  815. °¿{
  816. °¿0Adobe_cmykcolor_vars /_currentrgbcolor get exec
  817. °¿3
  818. °¿    {
  819. °¿    1 sub neg 3 1 roll
  820. °¿
  821.     } repeat
  822. °¿0
  823. °¿} def
  824. °¿currentdict readonly pop end
  825. °¿ setpacking
  826. °¿
  827. %%EndProcSet
  828. °¿ %%BeginProcSet: Adobe_cshow 0 0
  829. °¿% cshow Operator
  830. °¿% Version 1.0 5/9/1988
  831. °¿% Copyright (C) 1987, 1988
  832. °¿% Adobe Systems Incorporated
  833. °¿% All Rights Reserved
  834. °¿currentpacking true setpacking
  835. °¿+userdict /Adobe_cshow 3 dict dup begin put
  836. °¿/initialize            % - initialize -
  837. °¿{
  838. °¿
  839. /cshow where
  840. °¿    {
  841. °¿    pop
  842. °¿    }
  843. °¿    {
  844. °¿1    userdict /Adobe_cshow_vars 1 dict dup begin put
  845. °¿    /_cshow        % - _cshow proc
  846. °¿            {} def
  847. °¿    Adobe_cshow begin
  848. °¿
  849.     Adobe_cshow
  850. °¿        {
  851. °¿
  852.         dup xcheck
  853. °¿            {
  854. °¿            bind
  855. °¿            } if
  856. °¿        userdict 3 1 roll put
  857. °¿         } forall
  858. °¿    end
  859. °¿    end
  860. °¿
  861.     } ifelse
  862. °¿} def
  863. °¿/terminate            % - terminate -
  864. °¿{
  865. °¿} def
  866. °¿ /cshow                % string proc cshow -
  867. °¿{
  868. °¿Adobe_cshow_vars
  869. °¿    exch /_cshow
  870. °¿
  871.     exch put
  872. °¿    {
  873. °¿'    0 0 Adobe_cshow_vars /_cshow get exec
  874. °¿
  875.     } forall
  876. °¿} def
  877. °¿currentdict readonly pop end
  878. °¿ setpacking
  879. °¿
  880. %%EndProcSet
  881. °¿&%%BeginProcSet: Adobe_customcolor 0 0
  882. °¿% Custom Color Operators
  883. °¿% Version 1.0 5/9/1988
  884. °¿% Copyright (C) 1987, 1988
  885. °¿% Adobe Systems Incorporated
  886. °¿% All Rights Reserved
  887. °¿currentpacking true setpacking
  888. °¿1userdict /Adobe_customcolor 5 dict dup begin put
  889. °¿/initialize            % - initialize -
  890. °¿{
  891. °¿/setcustomcolor where
  892. °¿    {
  893. °¿    pop
  894. °¿    }
  895. °¿    {
  896. °¿    Adobe_customcolor begin
  897. °¿    Adobe_customcolor
  898. °¿        {
  899. °¿
  900.         dup xcheck
  901. °¿            {
  902. °¿            bind
  903. °¿            } if
  904. °¿
  905.         pop pop
  906. °¿         } forall
  907. °¿    end
  908. °¿    Adobe_customcolor begin
  909. °¿
  910.     } ifelse
  911. °¿} def
  912. °¿/terminate            % - terminate -
  913. °¿{
  914. °¿!currentdict Adobe_customcolor eq
  915. °¿    {
  916. °¿    end
  917. °¿    } if
  918. °¿} def
  919. °¿Q/findcmykcustomcolor    % cyan magenta yellow black name findcmykcustomcolor object
  920. °¿{
  921. °¿5 packedarray
  922. °¿}  def
  923. °¿0/setcustomcolor        % object tint setcustomcolor -
  924. °¿{
  925. °¿exch
  926. °¿aload pop pop
  927. °¿4
  928. °¿    {
  929. °¿    4 index mul 4 1 roll
  930. °¿
  931.     } repeat
  932. °¿5 -1 roll pop
  933. °¿
  934. setcmykcolor
  935. °¿} def
  936. °¿(/setoverprint        % boolean setoverprint -
  937. °¿{
  938. °¿pop
  939. °¿} def
  940. °¿currentdict readonly pop end
  941. °¿ setpacking
  942. °¿
  943. %%EndProcSet
  944. °¿)%%BeginProcSet: Adobe_Illustrator881 0 0
  945. °¿ % Adobe Illustrator (TM) Prolog
  946. °¿% Version 1.0 5/9/1988
  947. °¿% Copyright (C) 1987, 1988
  948. °¿% Adobe Systems Incorporated
  949. °¿% All Rights Reserved
  950. °¿currentpacking true setpacking
  951. °¿5userdict /Adobe_Illustrator881 72 dict dup begin put
  952. °¿% initialization
  953. °¿ /initialize                % - initialize -
  954. °¿{
  955. °¿:userdict /Adobe_Illustrator881_vars 29 dict dup begin put
  956. °¿% paint operands
  957. °¿/_lp /none def
  958. °¿ /_pf {} def
  959. °¿ /_ps {} def
  960. °¿
  961. /_psf {} def
  962. °¿
  963. /_pss {} def
  964. °¿% text operands
  965. °¿
  966. /_a null def
  967. °¿/_as null def
  968. °¿/_tt 2 array def
  969. °¿/_tl 2 array def
  970. °¿/_tm matrix def
  971. °¿
  972. /t {} def
  973. °¿% color operands
  974. °¿/_gf null def
  975. °¿/_cf 4 array def
  976. °¿/_if null def
  977. °¿/_of false def
  978. °¿ /_fc {} def
  979. °¿/_gs null def
  980. °¿/_cs 4 array def
  981. °¿/_is null def
  982. °¿/_os false def
  983. °¿ /_sc {} def
  984. °¿
  985. /_i null def
  986. °¿Adobe_Illustrator881 begin
  987. °¿Adobe_Illustrator881
  988. °¿    {
  989. °¿     dup xcheck
  990. °¿        {
  991. °¿        bind
  992. °¿        } if
  993. °¿        pop pop
  994. °¿
  995.     } forall
  996. °¿end
  997. °¿end
  998. °¿Adobe_Illustrator881 begin
  999. °¿ Adobe_Illustrator881_vars begin
  1000. °¿newpath
  1001. °¿} def
  1002. °¿/terminate                % - terminate -
  1003. °¿{
  1004. °¿end
  1005. °¿end
  1006. °¿} def
  1007. °¿% definition operators
  1008. °¿/_                    % - _ null
  1009. °¿    null def
  1010. °¿/ddef                % key value ddef -
  1011. °¿{
  1012. °¿'Adobe_Illustrator881_vars 3 1 roll put
  1013. °¿} def
  1014. °¿$/xput                % key value literal xput -
  1015. °¿{
  1016. °¿&dup load dup length exch maxlength eq
  1017. °¿    {
  1018. °¿    dup dup load dup
  1019. °¿    length 2 mul dict copy def
  1020. °¿    } if
  1021. °¿load begin def end
  1022. °¿} def
  1023. °¿/npop                % integer npop -
  1024. °¿{
  1025. °¿    {
  1026. °¿    pop
  1027. °¿
  1028.     } repeat
  1029. °¿} def
  1030. °¿% marking operators
  1031. °¿%/sw                    % ax ay length string sw x y
  1032. °¿{
  1033. °¿ stringwidth
  1034. °¿%exch 5 -1 roll 3 index 1 sub mul add
  1035. °¿ 4 1 roll 3 1 roll 1 sub mul add
  1036. °¿} def
  1037. °¿*/ss                    % ax ay length string matrix ss -
  1038. °¿{
  1039. °¿3 -1 roll pop
  1040. °¿    4 1 roll
  1041. °¿    {
  1042. °¿    2 npop (0) exch
  1043. °¿    2 copy 0 exch put pop
  1044. °¿    gsave
  1045. °¿    false charpath
  1046. °¿    currentpoint
  1047. °¿    4 index setmatrix
  1048. °¿    stroke
  1049. °¿
  1050.     grestore
  1051. °¿    moveto
  1052. °¿    2 copy rmoveto
  1053. °¿        } cshow
  1054. °¿3 npop
  1055. °¿} def
  1056. °¿% path operators
  1057. °¿#/sp                    % ax ay length string sp -
  1058. °¿{
  1059. °¿    exch pop
  1060. °¿    {
  1061. °¿    2 npop (0) exch
  1062. °¿    2 copy 0 exch put pop
  1063. °¿    false charpath
  1064. °¿    2 copy rmoveto
  1065. °¿        } cshow
  1066. °¿2 npop
  1067. °¿} def
  1068. °¿% path construction operators
  1069. °¿/pl                    % x y pl x y
  1070. °¿{
  1071. °¿
  1072. transform
  1073. °¿0.25 sub round 0.25 add exch
  1074. °¿0.25 sub round 0.25 add exch
  1075. °¿ itransform
  1076. °¿} def
  1077. °¿/setstrokeadjust where
  1078. °¿{
  1079. °¿pop true setstrokeadjust
  1080. °¿/c                % x1 y1 x2 y2 x3 y3 c -
  1081. °¿{
  1082. °¿curveto
  1083. °¿} def
  1084. °¿/C
  1085. °¿ /c load def
  1086. °¿/v                % x2 y2 x3 y3 v -
  1087. °¿{
  1088. °¿currentpoint 6 2 roll curveto
  1089. °¿} def
  1090. °¿/V
  1091. °¿ /v load def
  1092. °¿/y                % x1 y1 x2 y2 y -
  1093. °¿{
  1094. °¿2 copy curveto
  1095. °¿} def
  1096. °¿/Y
  1097. °¿ /y load def
  1098. °¿/l                % x y l -
  1099. °¿{
  1100. °¿lineto
  1101. °¿} def
  1102. °¿/L
  1103. °¿ /l load def
  1104. °¿/m                % x y m -
  1105. °¿{
  1106. °¿moveto
  1107. °¿} def
  1108. °¿}
  1109. °¿{
  1110. °¿/c
  1111. °¿{
  1112. °¿ pl curveto
  1113. °¿} def
  1114. °¿/C
  1115. °¿ /c load def
  1116. °¿/v
  1117. °¿{
  1118. °¿!currentpoint 6 2 roll pl curveto
  1119. °¿} def
  1120. °¿/V
  1121. °¿ /v load def
  1122. °¿/y
  1123. °¿{
  1124. °¿pl 2 copy curveto
  1125. °¿} def
  1126. °¿/Y
  1127. °¿ /y load def
  1128. °¿/l
  1129. °¿{
  1130. °¿
  1131. pl lineto
  1132. °¿} def
  1133. °¿/L
  1134. °¿ /l load def
  1135. °¿/m
  1136. °¿{
  1137. °¿
  1138. pl moveto
  1139. °¿} def
  1140. °¿    } ifelse
  1141. °¿% graphic state operators
  1142. °¿/d                    % array phase d -
  1143. °¿{
  1144. °¿setdash
  1145. °¿} def
  1146. °¿/cf                    % - cf flatness
  1147. °¿currentflat def
  1148. °¿/i                    % flatness i -
  1149. °¿{
  1150. °¿    dup 0 eq
  1151. °¿    {
  1152. °¿    pop cf
  1153. °¿    } if
  1154. °¿setflat
  1155. °¿} def
  1156. °¿/j                    % linejoin j -
  1157. °¿{
  1158. °¿ setlinejoin
  1159. °¿} def
  1160. °¿/J                    % linecap J -
  1161. °¿{
  1162. °¿ setlinecap
  1163. °¿} def
  1164. °¿/M                    % miterlimit M -
  1165. °¿{
  1166. °¿setmiterlimit
  1167. °¿} def
  1168. °¿/w                    % linewidth w -
  1169. °¿{
  1170. °¿
  1171. setlinewidth
  1172. °¿} def
  1173. °¿% path painting operators
  1174. °¿/H                    % - H -
  1175. °¿{} def
  1176. °¿/h                    % - h -
  1177. °¿{
  1178. °¿
  1179. closepath
  1180. °¿} def
  1181. °¿/N                    % - N -
  1182. °¿{
  1183. °¿newpath
  1184. °¿} def
  1185. °¿/n                    % - n -
  1186. °¿ /N load def
  1187. °¿/F                    % - F -
  1188. °¿{
  1189. °¿_pf
  1190. °¿} def
  1191. °¿/f                    % - f -
  1192. °¿{
  1193. °¿
  1194. closepath
  1195. °¿F
  1196. °¿} def
  1197. °¿/S                    % - S -
  1198. °¿{
  1199. °¿_ps
  1200. °¿} def
  1201. °¿/s                    % - s -
  1202. °¿{
  1203. °¿
  1204. closepath
  1205. °¿S
  1206. °¿} def
  1207. °¿/B                    % - B -
  1208. °¿{
  1209. °¿gsave F grestore
  1210. °¿S
  1211. °¿} def
  1212. °¿/b                    % - b -
  1213. °¿{
  1214. °¿
  1215. closepath
  1216. °¿B
  1217. °¿} def
  1218. °¿/W                    % - W -
  1219. °¿{
  1220. °¿clip
  1221. °¿} def
  1222. °¿% text painting operators
  1223. °¿//ta                    % length string ta ax ay length string
  1224. °¿{
  1225. °¿ _as moveto
  1226. °¿_tt aload pop 4 -2 roll
  1227. °¿} def
  1228. °¿/tl                    % - tl -
  1229. °¿{
  1230. °¿_tl aload pop translate
  1231. °¿} def
  1232. °¿/as                    % - as array
  1233. °¿{
  1234. °¿{
  1235. °¿0 0
  1236. °¿}
  1237. °¿{
  1238. °¿"2 copy _tt aload pop 4 -2 roll sw
  1239. °¿exch neg 2 div exch neg 2 div
  1240. °¿}
  1241. °¿{
  1242. °¿"2 copy _tt aload pop 4 -2 roll sw
  1243. °¿exch neg exch neg
  1244. °¿}
  1245. °¿{
  1246. °¿0 0
  1247. °¿}
  1248. °¿ } cvlit def
  1249. °¿1/z                    % literal size leading tracking align z -
  1250. °¿{
  1251. °¿/_a exch ddef
  1252. °¿/_as as _a get ddef
  1253. °¿_a 2 le
  1254. °¿    {
  1255. °¿    0 _tt astore pop
  1256. °¿    0 exch neg _tl astore pop
  1257. °¿    }
  1258. °¿    {
  1259. °¿    0 exch neg _tt astore pop
  1260. °¿    neg 0 _tl astore pop
  1261. °¿
  1262.     } ifelse
  1263. °¿%exch findfont exch scalefont setfont
  1264. °¿} def
  1265. °¿/tm                    % matrix tm -
  1266. °¿{
  1267. °¿_tm currentmatrix pop
  1268. °¿concat
  1269. °¿} def
  1270. °¿/I                    % matrix I -
  1271. °¿{
  1272. °¿tm
  1273. °¿/t
  1274. °¿    {
  1275. °¿    ta sp
  1276. °¿    tl
  1277. °¿    } ddef
  1278. °¿} def
  1279. °¿/o                    % matrix o -
  1280. °¿{
  1281. °¿tm
  1282. °¿/t
  1283. °¿    {
  1284. °¿     ta 4 npop
  1285. °¿    tl
  1286. °¿        newpath
  1287. °¿    } ddef
  1288. °¿} def
  1289. °¿/e                    % matrix e -
  1290. °¿{
  1291. °¿tm
  1292. °¿/t
  1293. °¿    {
  1294. °¿        ta _psf
  1295. °¿    tl
  1296. °¿        newpath
  1297. °¿    } ddef
  1298. °¿} def
  1299. °¿/r                    % matrix r -
  1300. °¿{
  1301. °¿tm
  1302. °¿/t
  1303. °¿    {
  1304. °¿
  1305.     ta _tm _pss
  1306. °¿    tl
  1307. °¿        newpath
  1308. °¿    } ddef
  1309. °¿} def
  1310. °¿/a                    % matrix a -
  1311. °¿{
  1312. °¿tm
  1313. °¿/t
  1314. °¿    {
  1315. °¿    2 copy
  1316. °¿        ta _psf
  1317. °¿        newpath
  1318. °¿
  1319.     ta _tm _pss
  1320. °¿    tl
  1321. °¿        newpath
  1322. °¿    } ddef
  1323. °¿} def
  1324. °¿/T                    % - T -
  1325. °¿{
  1326. °¿_tm setmatrix
  1327. °¿} def
  1328. °¿% font operators
  1329. °¿-/Z                    % array literal literal direction Z -
  1330. °¿{
  1331. °¿pop
  1332. °¿findfont begin
  1333. °¿(currentdict dup length 1 add dict begin
  1334. °¿    {
  1335. °¿    1 index /FID ne
  1336. °¿        {
  1337. °¿        def
  1338. °¿        }
  1339. °¿        {
  1340. °¿            2 npop
  1341. °¿         } ifelse
  1342. °¿
  1343.     } forall
  1344. °¿#/FontName exch def dup length 0 ne
  1345. °¿    {
  1346. °¿'    /Encoding Encoding 256 array copy def
  1347. °¿    0 exch
  1348. °¿        {
  1349. °¿        dup type /nametype eq
  1350. °¿            {
  1351. °¿$            Encoding 2 index 2 index put pop
  1352. °¿                1 add
  1353. °¿            }
  1354. °¿            {
  1355. °¿             exch pop
  1356. °¿             } ifelse
  1357. °¿         } forall
  1358. °¿
  1359.     } if pop
  1360. °¿currentdict dup end end
  1361. °¿"/FontName get exch definefont pop
  1362. °¿} def
  1363. °¿% group operators
  1364. °¿/u                    % - u -
  1365. °¿{} def
  1366. °¿/U                    % - U -
  1367. °¿{} def
  1368. °¿/q                    % - q -
  1369. °¿{
  1370. °¿gsave
  1371. °¿} def
  1372. °¿/Q                    % - Q -
  1373. °¿{
  1374. °¿    grestore
  1375. °¿} def
  1376. °¿% place operators
  1377. °¿+/`                    % matrix llx lly urx ury string ` -
  1378. °¿{
  1379. °¿/_i save ddef
  1380. °¿6 1 roll 4 npop
  1381. °¿concat
  1382. °¿userdict begin
  1383. °¿/showpage {} def
  1384. °¿false setoverprint
  1385. °¿pop
  1386. °¿} def
  1387. °¿/~                    % - ~ -
  1388. °¿{
  1389. °¿end
  1390. °¿ _i restore
  1391. °¿} def
  1392. °¿% color operators
  1393. °¿/O                    % flag O -
  1394. °¿{
  1395. °¿0 ne
  1396. °¿/_of exch ddef
  1397. °¿/_lp /none ddef
  1398. °¿} def
  1399. °¿/R                    % flag R -
  1400. °¿{
  1401. °¿0 ne
  1402. °¿/_os exch ddef
  1403. °¿/_lp /none ddef
  1404. °¿} def
  1405. °¿/g                    % gray g -
  1406. °¿{
  1407. °¿/_gf exch ddef
  1408. °¿/_fc
  1409. °¿{
  1410. °¿
  1411. _lp /fill ne
  1412. °¿    {
  1413. °¿    _of setoverprint
  1414. °¿
  1415.     _gf setgray
  1416. °¿    /_lp /fill ddef
  1417. °¿    } if
  1418. °¿} ddef
  1419. °¿/_pf
  1420. °¿{
  1421. °¿_fc
  1422. °¿fill
  1423. °¿} ddef
  1424. °¿/_psf
  1425. °¿{
  1426. °¿_fc
  1427. °¿    exch pop
  1428. °¿ashow
  1429. °¿} ddef
  1430. °¿/_lp /none ddef
  1431. °¿} def
  1432. °¿/G                    % gray G -
  1433. °¿{
  1434. °¿/_gs exch ddef
  1435. °¿/_sc
  1436. °¿{
  1437. °¿_lp /stroke ne
  1438. °¿    {
  1439. °¿    _os setoverprint
  1440. °¿
  1441.     _gs setgray
  1442. °¿    /_lp /stroke ddef
  1443. °¿    } if
  1444. °¿} ddef
  1445. °¿/_ps
  1446. °¿{
  1447. °¿_sc
  1448. °¿stroke
  1449. °¿} ddef
  1450. °¿/_pss
  1451. °¿{
  1452. °¿_sc
  1453. °¿ss
  1454. °¿} ddef
  1455. °¿/_lp /none ddef
  1456. °¿} def
  1457. °¿'/k                    % cyan magenta yellow black k -
  1458. °¿{
  1459. °¿_cf astore pop
  1460. °¿/_fc
  1461. °¿{
  1462. °¿
  1463. _lp /fill ne
  1464. °¿    {
  1465. °¿    _of setoverprint
  1466. °¿    _cf aload pop setcmykcolor
  1467. °¿    /_lp /fill ddef
  1468. °¿    } if
  1469. °¿} ddef
  1470. °¿/_pf
  1471. °¿{
  1472. °¿_fc
  1473. °¿fill
  1474. °¿} ddef
  1475. °¿/_psf
  1476. °¿{
  1477. °¿_fc
  1478. °¿    exch pop
  1479. °¿ashow
  1480. °¿} ddef
  1481. °¿/_lp /none ddef
  1482. °¿} def
  1483. °¿'/K                    % cyan magenta yellow black K -
  1484. °¿{
  1485. °¿_cs astore pop
  1486. °¿/_sc
  1487. °¿{
  1488. °¿_lp /stroke ne
  1489. °¿    {
  1490. °¿    _os setoverprint
  1491. °¿    _cs aload pop setcmykcolor
  1492. °¿    /_lp /stroke ddef
  1493. °¿    } if
  1494. °¿} ddef
  1495. °¿/_ps
  1496. °¿{
  1497. °¿_sc
  1498. °¿stroke
  1499. °¿} ddef
  1500. °¿/_pss
  1501. °¿{
  1502. °¿_sc
  1503. °¿ss
  1504. °¿} ddef
  1505. °¿/_lp /none ddef
  1506. °¿} def
  1507. °¿1/x                    % cyan magenta yellow black name gray x -
  1508. °¿{
  1509. °¿/_gf exch ddef
  1510. °¿findcmykcustomcolor
  1511. °¿/_if exch ddef
  1512. °¿/_fc
  1513. °¿{
  1514. °¿
  1515. _lp /fill ne
  1516. °¿    {
  1517. °¿    _of setoverprint
  1518. °¿#    _if _gf 1 exch sub setcustomcolor
  1519. °¿    /_lp /fill ddef
  1520. °¿    } if
  1521. °¿} ddef
  1522. °¿/_pf
  1523. °¿{
  1524. °¿_fc
  1525. °¿fill
  1526. °¿} ddef
  1527. °¿/_psf
  1528. °¿{
  1529. °¿_fc
  1530. °¿    exch pop
  1531. °¿ashow
  1532. °¿} ddef
  1533. °¿/_lp /none ddef
  1534. °¿} def
  1535. °¿1/X                    % cyan magenta yellow black name gray X -
  1536. °¿{
  1537. °¿/_gs exch ddef
  1538. °¿findcmykcustomcolor
  1539. °¿/_is exch ddef
  1540. °¿/_sc
  1541. °¿{
  1542. °¿_lp /stroke ne
  1543. °¿    {
  1544. °¿    _os setoverprint
  1545. °¿#    _is _gs 1 exch sub setcustomcolor
  1546. °¿    /_lp /stroke ddef
  1547. °¿    } if
  1548. °¿} ddef
  1549. °¿/_ps
  1550. °¿{
  1551. °¿_sc
  1552. °¿stroke
  1553. °¿} ddef
  1554. °¿/_pss
  1555. °¿{
  1556. °¿_sc
  1557. °¿ss
  1558. °¿} ddef
  1559. °¿/_lp /none ddef
  1560. °¿} def
  1561. °¿% locked object operators
  1562. °¿/A                    % value A -
  1563. °¿{
  1564. °¿pop
  1565. °¿} def
  1566. °¿currentdict readonly pop end
  1567. °¿ setpacking
  1568. °¿
  1569. %%EndProcSet
  1570. °¿ %%EndProlog
  1571. °¿
  1572. %%BeginSetup
  1573. °¿
  1574. °¿%Adobe_cmykcolor /initialize get exec
  1575. °¿!Adobe_cshow /initialize get exec
  1576. °¿'Adobe_customcolor /initialize get exec
  1577. °¿*Adobe_Illustrator881 /initialize get exec
  1578. °¿ %%EndSetup
  1579. °¿0 A
  1580. °¿u
  1581. °¿0 O
  1582. °¿0.9 g
  1583. °¿0 R
  1584. °¿0 G
  1585. °¿0 i°¿ °¿2 J°¿ °¿0 j°¿ °¿3 w°¿ °¿2 M°¿ [°¿]0 d°¿
  1586. °¿%%Note:
  1587. °¿297.701 291.598 m
  1588. °¿2360.134 301.067 403.071 359.358 393.601 421.791 c
  1589. °¿2384.131 484.225 325.841 527.161 263.407 517.692 c
  1590. °¿2200.974 508.222 158.037 449.931 167.507 387.498 c
  1591. °¿2176.977 325.065 235.268 282.128 297.701 291.598 c
  1592. °¿f
  1593. °¿280.554 404.645 m
  1594. °¿F
  1595. °¿U
  1596. °¿u
  1597. °¿1 g
  1598. °¿1 w°¿
  1599. °¿296.142 301.875 m
  1600. °¿2352.899 310.484 391.932 363.475 383.324 420.233 c
  1601. °¿1374.715 476.99 321.723 516.023 264.966 507.414 c
  1602. °¿2208.209 498.805 169.176 445.814 177.785 389.057 c
  1603. °¿0186.394 332.3 239.385 293.266 296.142 301.875 c
  1604. °¿f
  1605. °¿280.554 404.645 m
  1606. °¿F
  1607. °¿U
  1608. °¿u
  1609. °¿u
  1610. °¿0.8 g
  1611. °¿199.805 428.556 m
  1612. °¿1200.303 428.277 200.128 427.593 200.277 427.11 C
  1613. °¿199.191 425.934 L
  1614. °¿
  1615. 203 402.49 L
  1616. °¿1203.987 401.654 204.836 400.72 204.761 399.217 C
  1617. °¿2201.898 398.252 199.486 399.985 197.525 401.912 C
  1618. °¿2195.482 409.214 194.853 417.361 193.506 425.072 C
  1619. °¿2192.745 425.588 191.943 425.543 191.761 426.577 C
  1620. °¿192.143 427.393 L
  1621. °¿199.805 428.556 L
  1622. °¿f
  1623. °¿208.284 429.336 m
  1624. °¿0208.43 427.538 206.607 426.224 207.019 424.34 C
  1625. °¿207.304 424.13 L
  1626. °¿207.094 423.845 L
  1627. °¿207.379 423.636 L
  1628. °¿2207.104 423.442 207.203 423.129 207.244 422.857 C
  1629. °¿207.529 422.647 L
  1630. °¿1207.254 422.454 207.353 422.14 207.394 421.868 C
  1631. °¿207.679 421.658 L
  1632. °¿207.469 421.374 L
  1633. °¿0207.788 421.27 207.787 420.942 207.828 420.67 C
  1634. °¿207.619 420.385 L
  1635. °¿207.903 420.175 L
  1636. °¿207.694 419.891 L
  1637. °¿207.978 419.681 L
  1638. °¿207.769 419.396 L
  1639. °¿208.053 419.187 L
  1640. °¿207.844 418.902 L
  1641. °¿2208.798 418.111 207.549 417.011 208.503 416.221 C
  1642. °¿208.294 415.936 L
  1643. °¿1209.346 410.33 211.692 403.201 206.491 399.479 C
  1644. °¿1205.673 402.036 209.389 403.712 208.73 406.393 C
  1645. °¿1208.16 407.647 209.122 408.805 208.205 409.854 C
  1646. °¿2208.908 410.719 207.411 411.251 208.114 412.116 C
  1647. °¿207.83 412.326 L
  1648. °¿208.039 412.61 L
  1649. °¿0207.72 412.714 207.721 413.042 207.68 413.314 C
  1650. °¿207.89 413.599 L
  1651. °¿207.605 413.809 L
  1652. °¿207.815 414.093 L
  1653. °¿2207.495 414.197 207.496 414.525 207.455 414.797 C
  1654. °¿207.665 415.082 L
  1655. °¿207.38 415.292 L
  1656. °¿207.59 415.576 L
  1657. °¿1207.542 416.226 206.805 416.747 207.29 417.554 C
  1658. °¿1206.619 419.475 206.244 421.947 206.315 423.98 C
  1659. °¿0206.166 424.463 205.25 424.83 205.843 425.426 C
  1660. °¿0205.726 427.026 202.152 427.42 203.76 429.156 C
  1661. °¿2205.269 429.207 207.181 430.104 208.284 429.336 C
  1662. °¿f
  1663. °¿217.849 431.293 m
  1664. °¿1221.344 424.92 224.354 418.246 228.338 412.149 C
  1665. °¿2227.931 411.834 228.289 411.307 228.279 410.876 C
  1666. °¿228.563 410.666 L
  1667. °¿228.353 410.381 L
  1668. °¿0228.518 409.799 228.456 408.374 229.013 407.7 C
  1669. °¿228.803 407.415 L
  1670. °¿2228.838 406.687 229.289 405.213 229.253 404.449 C
  1671. °¿229.538 404.24 L
  1672. °¿229.328 403.955 L
  1673. °¿1229.474 403.825 229.691 403.732 229.65 403.498 C
  1674. °¿2229.068 403.334 227.643 403.396 226.969 402.838 C
  1675. °¿225.905 403.183 L
  1676. °¿2221.526 411.217 217.217 419.287 212.651 427.217 C
  1677. °¿2211.638 428.227 209.936 428.449 210.681 430.205 C
  1678. °¿217.849 431.293 L
  1679. °¿f
  1680. °¿226.747 432.642 m
  1681. °¿2227.193 432.204 227.343 431.215 227.047 430.665 C
  1682. °¿1226.869 430.006 225.549 429.704 225.826 428.71 C
  1683. °¿/226.07 424.6 226.753 420.101 227.738 416.104 C
  1684. °¿2224.177 419.913 226.844 427.499 222.238 430.694 C
  1685. °¿2221.819 432.957 225.254 431.986 226.747 432.642 C
  1686. °¿f
  1687. °¿236.387 434.104 m
  1688. °¿2237.427 432.745 236.268 431.052 237.309 429.693 C
  1689. °¿2236.928 429.205 237.312 428.505 237.324 427.925 C
  1690. °¿237.609 427.715 L
  1691. °¿237.399 427.431 L
  1692. °¿237.684 427.221 L
  1693. °¿237.474 426.936 L
  1694. °¿237.759 426.727 L
  1695. °¿237.549 426.442 L
  1696. °¿237.834 426.232 L
  1697. °¿237.624 425.948 L
  1698. °¿237.909 425.738 L
  1699. °¿237.699 425.453 L
  1700. °¿1238.018 425.35 238.017 425.021 238.059 424.749 C
  1701. °¿237.849 424.465 L
  1702. °¿238.134 424.255 L
  1703. °¿2237.404 423.563 238.878 423.179 238.149 422.487 C
  1704. °¿238.434 422.278 L
  1705. °¿238.224 421.993 L
  1706. °¿238.508 421.783 L
  1707. °¿0238.09 421.543 238.437 421.09 238.411 420.757 C
  1708. °¿238.696 420.547 L
  1709. °¿2238.305 419.957 239.301 419.223 238.749 418.532 C
  1710. °¿1239.12 417.754 239.247 416.914 239.124 416.061 C
  1711. °¿1239.834 413.21 240.181 410.759 240.645 407.694 C
  1712. °¿1241.391 406.948 243.008 406.788 242.256 405.41 C
  1713. °¿0241.7 404.744 240.543 405.201 240.069 404.825 C
  1714. °¿239.785 405.035 L
  1715. °¿2239.655 404.889 239.561 404.673 239.328 404.713 C
  1716. °¿239.043 404.923 L
  1717. °¿1238.061 404.394 236.791 404.935 235.62 404.151 C
  1718. °¿1235.087 404.828 234.341 403.249 234.062 404.42 C
  1719. °¿1233.443 405.666 234.502 405.852 234.96 406.832 C
  1720. °¿0233.938 413.074 233.141 420.16 231.864 425.58 C
  1721. °¿1232.138 425.773 232.04 426.087 231.999 426.359 C
  1722. °¿231.714 426.568 L
  1723. °¿1232.121 426.883 231.763 427.41 231.774 427.842 C
  1724. °¿231.489 428.051 L
  1725. °¿231.699 428.336 L
  1726. °¿2230.819 428.633 232.144 429.238 231.264 429.534 C
  1727. °¿2232.044 431.397 228.681 431.064 229.713 433.092 C
  1728. °¿236.387 434.104 L
  1729. °¿f
  1730. °¿245.031 432.128 m
  1731. °¿2246.694 429.498 247.062 425.407 245.714 422.623 C
  1732. °¿1245.266 421.24 243.552 421.208 243.617 419.777 C
  1733. °¿2245.061 419.262 247.018 419.028 247.775 417.373 C
  1734. °¿249.072 410.49 L
  1735. °¿249.641 410.07 L
  1736. °¿2250.087 410.466 250.227 411.373 250.974 411.284 C
  1737. °¿2251.543 409.701 250.953 408.423 250.338 407.142 C
  1738. °¿1249.528 405.982 248.209 405.175 246.78 405.591 C
  1739. °¿1242.461 407.894 243.799 413.078 242.224 417.29 C
  1740. °¿0240.8 418.009 240.652 418.821 240.501 420.315 C
  1741. °¿2241.009 420.468 241.216 421.106 241.587 421.492 C
  1742. °¿1241.112 424.959 241.559 429.68 238.949 432.217 C
  1743. °¿1238.448 432.52 238.506 433.971 238.364 434.404 C
  1744. °¿2240.882 434.811 243.628 434.545 245.031 432.128 C
  1745. °¿f
  1746. °¿217.471 405.444 m
  1747. °¿1217.589 403.995 219.91 403.866 219.726 402.246 C
  1748. °¿0218.299 401.65 216.322 401.35 214.783 401.496 C
  1749. °¿1214.036 402.748 215.784 403.392 215.853 404.44 C
  1750. °¿2215.867 409.853 214.672 415.892 213.551 421.285 C
  1751. °¿2213.498 421.631 213.352 422.595 213.251 423.262 C
  1752. °¿1216.394 418.378 215.717 411.17 217.471 405.444 C
  1753. °¿f
  1754. °¿198.629 384.632 m
  1755. °¿1199.678 377.712 200.773 370.494 201.778 363.87 C
  1756. °¿202.063 363.66 L
  1757. °¿201.853 363.376 L
  1758. °¿202.138 363.166 L
  1759. °¿201.928 362.881 L
  1760. °¿202.213 362.672 L
  1761. °¿2201.483 361.979 202.957 361.596 202.228 360.904 C
  1762. °¿1202.71 360.724 202.525 360.114 202.662 359.705 C
  1763. °¿0202.58 359.415 202.729 358.603 203.135 358.26 C
  1764. °¿1203.543 358.069 204.17 357.937 204.273 357.421 C
  1765. °¿204.423 356.433 L
  1766. °¿1201.92 355.598 199.012 355.435 196.304 354.948 C
  1767. °¿2196.344 355.182 196.128 355.275 195.982 355.405 C
  1768. °¿196.191 355.69 L
  1769. °¿2195.496 356.773 197.754 357.393 196.768 358.559 C
  1770. °¿1197.037 359.282 196.865 360.419 196.393 361.03 C
  1771. °¿196.603 361.315 L
  1772. °¿196.318 361.525 L
  1773. °¿2196.977 362.181 195.735 362.701 196.303 363.292 C
  1774. °¿1195.82 363.472 196.006 364.082 195.868 364.491 C
  1775. °¿196.078 364.775 L
  1776. °¿195.793 364.985 L
  1777. °¿196.003 365.27 L
  1778. °¿2195.684 365.373 195.684 365.702 195.643 365.974 C
  1779. °¿195.853 366.258 L
  1780. °¿195.568 366.468 L
  1781. °¿195.778 366.753 L
  1782. °¿2195.295 366.932 195.481 367.542 195.343 367.951 C
  1783. °¿195.553 368.236 L
  1784. °¿193.319 381.298 L
  1785. °¿1192.277 381.495 191.451 382.608 191.955 383.62 C
  1786. °¿198.629 384.632 L
  1787. °¿f
  1788. °¿206.494 382.791 m
  1789. °¿0206.917 381.667 208.078 380.68 207.76 379.443 C
  1790. °¿1209.159 377.557 208.513 374.981 208.772 372.77 C
  1791. °¿2208.535 371.166 207.483 369.767 206.406 368.365 C
  1792. °¿2205.271 368.016 204.361 367.347 203.021 367.346 C
  1793. °¿2202.611 368.548 202.906 369.604 203.807 370.499 C
  1794. °¿1203.765 373.274 203.278 376.488 202.495 379.15 C
  1795. °¿1202.769 379.344 202.67 379.657 202.629 379.929 C
  1796. °¿202.345 380.139 L
  1797. °¿1202.623 381.471 201.26 382.453 200.337 383.374 C
  1798. °¿2200.588 383.716 200.046 384.291 200.112 384.857 C
  1799. °¿2202.506 385.246 204.934 384.906 206.494 382.791 C
  1800. °¿f
  1801. °¿221.141 361.244 m
  1802. °¿2221.683 360.669 223.797 359.902 222.542 358.675 C
  1803. °¿2222.301 359.094 221.848 358.747 221.516 358.772 C
  1804. °¿221.306 358.488 L
  1805. °¿2220.194 359.153 219.415 357.619 218.302 358.285 C
  1806. °¿2217.143 357.426 215.951 358.282 214.595 357.722 C
  1807. °¿2214.238 358.073 214.201 358.649 214.123 359.168 C
  1808. °¿2214.553 359.663 215.415 359.819 215.418 360.629 C
  1809. °¿2214.936 360.809 215.121 361.418 214.984 361.827 C
  1810. °¿215.193 362.112 L
  1811. °¿2214.874 362.215 214.875 362.544 214.834 362.816 C
  1812. °¿215.043 363.101 L
  1813. °¿211.647 383.826 L
  1814. °¿2210.521 384.413 209.975 385.013 209.999 386.357 C
  1815. °¿216.919 387.407 L
  1816. °¿221.141 361.244 L
  1817. °¿f
  1818. °¿225.279 385.64 m
  1819. °¿2225.707 385.149 225.788 384.453 226.283 384.023 C
  1820. °¿2225.901 383.206 226.612 382.353 226.905 381.588 C
  1821. °¿2226.181 380.695 227.788 380.104 226.748 379.289 C
  1822. °¿1227.024 378.471 226.869 377.158 226.456 376.21 C
  1823. °¿1225.746 375.395 224.44 374.337 223.865 373.289 C
  1824. °¿2225.714 372.937 227.505 372.298 228.345 370.428 C
  1825. °¿0229.215 368.36 229.019 365.65 229.889 363.582 C
  1826. °¿2230.945 363.287 230.665 365.799 231.544 364.339 C
  1827. °¿1232.031 362.466 230.818 360.79 229.747 359.515 C
  1828. °¿2228.331 359.351 227.476 358.817 226.212 359.485 C
  1829. °¿.222.5 362.285 225.046 368.84 221.334 371.64 C
  1830. °¿2221.293 371.912 221.293 372.241 220.974 372.345 C
  1831. °¿221.184 372.629 L
  1832. °¿2220.477 373.457 221.879 374.378 222.045 375.288 C
  1833. °¿1221.771 375.929 222.406 377.24 221.632 378.007 C
  1834. °¿2221.906 378.201 221.808 378.514 221.767 378.786 C
  1835. °¿221.482 378.996 L
  1836. °¿221.692 379.281 L
  1837. °¿221.407 379.49 L
  1838. °¿221.617 379.775 L
  1839. °¿1221.135 379.955 221.32 380.564 221.182 380.973 C
  1840. °¿221.392 381.258 L
  1841. °¿221.108 381.468 L
  1842. °¿221.317 381.752 L
  1843. °¿2220.998 381.856 220.999 382.184 220.958 382.456 C
  1844. °¿1221.017 383.73 220.079 385.079 218.912 385.939 C
  1845. °¿218.65 387.669 L
  1846. °¿0221.309 387.972 223.48 387.997 225.279 385.64 C
  1847. °¿f
  1848. °¿240.585 361.412 m
  1849. °¿2238.756 361.134 236.309 360.763 234.159 360.437 C
  1850. °¿0233.496 360.64 233.547 361.305 233.44 361.845 C
  1851. °¿234.488 363.268 L
  1852. °¿230.642 386.96 L
  1853. °¿229.256 387.761 L
  1854. °¿229.466 388.046 L
  1855. °¿2228.923 388.292 229.211 388.892 229.278 389.281 C
  1856. °¿236.199 390.331 L
  1857. °¿240.585 361.412 L
  1858. °¿f
  1859. °¿244.147 382.939 m
  1860. °¿243.406 382.827 L
  1861. °¿1242.43 385.258 241.116 388.422 237.982 388.579 C
  1862. °¿237.682 390.556 L
  1863. °¿242.873 391.343 L
  1864. °¿244.147 382.939 L
  1865. °¿f
  1866. °¿241.428 382.527 m
  1867. °¿0242.323 379.628 242.599 375.979 243.1 373.172 C
  1868. °¿243.385 372.962 L
  1869. °¿243.175 372.678 L
  1870. °¿243.46 372.468 L
  1871. °¿243.25 372.183 L
  1872. °¿243.535 371.974 L
  1873. °¿/243.261 371.78 243.359 371.466 243.4 371.195 C
  1874. °¿2242.246 370.969 242.311 372.875 241.752 373.726 C
  1875. °¿2241.105 374.993 239.296 375.579 239.669 377.456 C
  1876. °¿2241.462 378.638 240.422 381.161 241.428 382.527 C
  1877. °¿f
  1878. °¿245.947 371.075 m
  1879. °¿2246.842 368.177 246.922 365.812 247.469 362.709 C
  1880. °¿242.316 361.674 L
  1881. °¿2242.274 361.946 242.275 362.275 241.956 362.378 C
  1882. °¿242.166 362.663 L
  1883. °¿241.881 362.873 L
  1884. °¿1241.642 363.949 242.804 363.62 243.177 364.333 C
  1885. °¿.245.083 366.266 244.914 368.719 245.453 371 C
  1886. °¿245.947 371.075 L
  1887. °¿f
  1888. °¿255.588 436.713 m
  1889. °¿/255.615 436.035 256.01 435.26 255.64 434.698 C
  1890. °¿1256.358 434.302 255.326 433.437 256.15 433.006 C
  1891. °¿255.94 432.721 L
  1892. °¿256.225 432.511 L
  1893. °¿256.015 432.227 L
  1894. °¿256.3 432.017 L
  1895. °¿256.09 431.732 L
  1896. °¿/256.992 431.288 255.698 430.484 256.6 430.04 C
  1897. °¿259.727 407.757 L
  1898. °¿253.053 406.744 L
  1899. °¿2252.619 407.108 252.484 407.998 252.791 408.474 C
  1900. °¿2254.435 410.469 252.583 412.843 253.014 415.336 C
  1901. °¿1252.532 415.515 252.718 416.125 252.58 416.534 C
  1902. °¿0252.586 416.99 252.135 418.135 252.49 418.796 C
  1903. °¿.252.17 418.899 252.171 419.228 252.13 419.5 C
  1904. °¿252.34 419.785 L
  1905. °¿252.055 419.994 L
  1906. °¿252.265 420.279 L
  1907. °¿1251.782 420.459 251.968 421.069 251.83 421.477 C
  1908. °¿252.04 421.762 L
  1909. °¿0251.138 422.207 252.432 423.01 251.53 423.455 C
  1910. °¿2251.218 424.014 252.044 424.569 251.305 424.938 C
  1911. °¿251.515 425.223 L
  1912. °¿1250.538 426.162 251.757 427.459 250.78 428.398 C
  1913. °¿250.99 428.683 L
  1914. °¿1250.062 429.301 251.333 430.252 250.405 430.87 C
  1915. °¿250.615 431.155 L
  1916. °¿250.33 431.364 L
  1917. °¿250.54 431.649 L
  1918. °¿2250.058 431.829 250.243 432.438 250.105 432.847 C
  1919. °¿250.315 433.132 L
  1920. °¿1249.37 433.697 247.985 434.321 248.667 435.664 C
  1921. °¿255.588 436.713 L
  1922. °¿f
  1923. °¿262.261 437.726 m
  1924. °¿2262.611 434.921 263.333 431.996 263.289 429.284 C
  1925. °¿2261.788 429.512 261.984 431.716 260.996 432.729 C
  1926. °¿1260.358 433.77 258.947 435.073 257.618 434.998 C
  1927. °¿257.071 436.938 L
  1928. °¿262.261 437.726 L
  1929. °¿f
  1930. °¿268.194 438.625 m
  1931. °¿2268.634 438.389 269.195 438.524 269.714 438.603 C
  1932. °¿269.924 438.888 L
  1933. °¿1270.912 439.038 271.605 439.143 272.89 439.338 C
  1934. °¿273.781 438.461 L
  1935. °¿2273.895 437.543 272.746 437.116 272.351 436.222 C
  1936. °¿276.325 410.021 L
  1937. °¿269.651 409.009 L
  1938. °¿2269.143 409.362 269.302 410.144 269.142 410.702 C
  1939. °¿2269.585 410.946 269.888 411.447 270.228 411.878 C
  1940. °¿266.591 435.854 L
  1941. °¿0265.55 436.05 264.724 437.163 265.227 438.175 C
  1942. °¿2266.243 438.481 267.448 438.209 268.194 438.625 C
  1943. °¿f
  1944. °¿319.89 446.214 m
  1945. °¿-319.699 443.808 317.48 441.6 319.21 439.03 C
  1946. °¿1321.316 436.316 325.226 435.872 327.39 433.444 C
  1947. °¿2329.965 429.637 330.742 424.015 328.958 419.774 C
  1948. °¿2327.949 418.256 326.844 416.875 325.168 416.418 C
  1949. °¿0322.985 418.641 327.988 419.83 326.246 422.65 C
  1950. °¿1325.464 426.805 320.278 426.651 318.125 429.51 C
  1951. °¿2314.871 432.961 314.235 438.984 315.779 443.314 C
  1952. °¿1316.582 444.852 318.267 446.246 319.89 446.214 C
  1953. °¿f
  1954. °¿325.538 447.323 m
  1955. °¿2326.931 447.307 326.306 445.594 326.692 444.717 C
  1956. °¿326.482 444.432 L
  1957. °¿2326.964 444.252 326.779 443.643 326.917 443.234 C
  1958. °¿326.707 442.949 L
  1959. °¿326.992 442.739 L
  1960. °¿1327.172 441.553 327.441 439.773 327.666 438.29 C
  1961. °¿1327.411 437.973 327.503 437.203 326.79 437.399 C
  1962. °¿1325.594 439.948 324.76 443.615 321.351 444.918 C
  1963. °¿321.089 446.648 L
  1964. °¿1322.75 447.532 325.376 443.556 325.538 447.323 C
  1965. °¿f
  1966. °¿287.016 441.227 m
  1967. °¿2287.665 436.951 288.362 432.354 288.966 428.374 C
  1968. °¿288.756 428.09 L
  1969. °¿2289.075 427.986 289.074 427.658 289.116 427.386 C
  1970. °¿288.906 427.101 L
  1971. °¿289.191 426.891 L
  1972. °¿288.981 426.607 L
  1973. °¿289.266 426.397 L
  1974. °¿289.056 426.112 L
  1975. °¿289.341 425.903 L
  1976. °¿2288.712 424.543 290.284 423.517 289.656 422.158 C
  1977. °¿289.94 421.948 L
  1978. °¿289.731 421.663 L
  1979. °¿2290.428 419.569 290.825 416.949 290.781 414.742 C
  1980. °¿291.065 414.533 L
  1981. °¿1290.791 414.339 290.889 414.026 290.93 413.754 C
  1982. °¿291.215 413.544 L
  1983. °¿2290.474 412.926 291.934 412.642 291.193 412.024 C
  1984. °¿1290.752 412.26 290.191 412.124 289.672 412.046 C
  1985. °¿289.463 411.761 L
  1986. °¿284.482 411.258 L
  1987. °¿2283.155 413.004 286.703 414.453 284.721 416.352 C
  1988. °¿1284.54 420.042 283.918 424.145 282.996 427.722 C
  1989. °¿283.206 428.006 L
  1990. °¿282.921 428.216 L
  1991. °¿2282.901 431.349 282.119 434.669 281.706 437.893 C
  1992. °¿2280.536 438.272 280.117 438.866 280.095 440.178 C
  1993. °¿287.016 441.227 L
  1994. °¿f
  1995. °¿294.965 433.836 m
  1996. °¿294.223 433.723 L
  1997. °¿1293.16 436.065 292.115 439.118 289.046 439.513 C
  1998. °¿288.499 441.452 L
  1999. °¿293.937 442.277 L
  2000. °¿294.965 433.836 L
  2001. °¿f
  2002. °¿307.075 444.017 m
  2003. °¿1307.821 439.933 310.005 436.37 310.357 432.378 C
  2004. °¿1311.07 430.513 312.196 428.257 312.605 425.891 C
  2005. °¿2312.181 425.524 313.218 425.023 312.793 424.656 C
  2006. °¿2314.133 422.153 313.666 418.896 316.255 416.836 C
  2007. °¿316.367 416.095 L
  2008. °¿2313.963 415.275 311.129 415.123 308.495 414.648 C
  2009. °¿1306.887 416.25 310.059 417.843 308.315 419.172 C
  2010. °¿1308.013 420.492 308.294 421.141 307.37 422.063 C
  2011. °¿303.872 421.785 L
  2012. °¿2304.394 422.345 303.223 423.735 304.599 423.666 C
  2013. °¿1305.03 423.655 305.557 424.013 305.872 423.606 C
  2014. °¿306.082 423.89 L
  2015. °¿306.366 423.681 L
  2016. °¿306.995 424.535 L
  2017. °¿2305.366 429.775 304.061 435.215 302.087 440.226 C
  2018. °¿/302.973 441.22 300.7 441.533 301.997 442.488 C
  2019. °¿0301.6 442.605 301.502 443.248 301.847 443.477 C
  2020. °¿307.075 444.017 L
  2021. °¿f
  2022. °¿330.347 447.294 m
  2023. °¿330.556 447.579 L
  2024. °¿336.526 448.231 L
  2025. °¿1337.786 439.421 339.273 431.453 340.14 422.735 C
  2026. °¿340.425 422.525 L
  2027. °¿340.215 422.241 L
  2028. °¿340.5 422.031 L
  2029. °¿1340.092 421.716 340.451 421.189 340.44 420.758 C
  2030. °¿340.725 420.548 L
  2031. °¿340.515 420.263 L
  2032. °¿2340.986 420.158 340.789 419.622 340.912 419.312 C
  2033. °¿333.991 418.262 L
  2034. °¿2333.635 418.613 333.598 419.189 333.519 419.708 C
  2035. °¿1335.041 420.343 334.21 421.987 334.515 423.146 C
  2036. °¿334.23 423.356 L
  2037. °¿331.216 444.897 L
  2038. °¿2330.347 445.625 329.642 445.771 329.395 446.897 C
  2039. °¿2329.605 447.182 329.964 447.817 330.347 447.294 C
  2040. °¿f
  2041. °¿344.474 440.84 m
  2042. °¿343.733 440.727 L
  2043. °¿2342.883 443.329 341.093 446.294 338.271 446.726 C
  2044. °¿338.009 448.456 L
  2045. °¿343.447 449.281 L
  2046. °¿344.474 440.84 L
  2047. °¿f
  2048. °¿352.839 450.706 m
  2049. °¿1352.979 449.286 353.487 447.77 353.229 446.466 C
  2050. °¿353.514 446.257 L
  2051. °¿353.304 445.972 L
  2052. °¿353.589 445.762 L
  2053. °¿353.379 445.478 L
  2054. °¿353.664 445.268 L
  2055. °¿353.454 444.983 L
  2056. °¿353.739 444.774 L
  2057. °¿353.529 444.489 L
  2058. °¿353.814 444.279 L
  2059. °¿353.604 443.994 L
  2060. °¿353.889 443.785 L
  2061. °¿353.679 443.5 L
  2062. °¿353.964 443.29 L
  2063. °¿2353.235 442.598 354.709 442.215 353.979 441.523 C
  2064. °¿2354.462 441.343 354.276 440.733 354.414 440.324 C
  2065. °¿354.204 440.04 L
  2066. °¿354.489 439.83 L
  2067. °¿1354.081 439.515 354.44 438.988 354.429 438.557 C
  2068. °¿2354.593 437.975 354.531 436.549 355.089 435.875 C
  2069. °¿2355.345 431.186 356.318 426.605 357.016 421.502 C
  2070. °¿350.342 420.489 L
  2071. °¿2349.834 420.842 349.993 421.625 349.833 422.182 C
  2072. °¿1350.505 422.588 351.075 423.66 350.978 424.632 C
  2073. °¿1349.809 429.84 349.082 434.635 348.654 439.956 C
  2074. °¿0348.335 440.06 348.336 440.389 348.294 440.66 C
  2075. °¿348.504 440.945 L
  2076. °¿348.219 441.155 L
  2077. °¿348.429 441.439 L
  2078. °¿1348.11 441.543 348.111 441.872 348.069 442.144 C
  2079. °¿348.279 442.428 L
  2080. °¿347.994 442.638 L
  2081. °¿348.204 442.923 L
  2082. °¿1347.302 443.367 348.596 444.17 347.694 444.615 C
  2083. °¿347.904 444.9 L
  2084. °¿347.619 445.11 L
  2085. °¿2347.894 445.303 347.795 445.617 347.754 445.889 C
  2086. °¿347.469 446.098 L
  2087. °¿347.679 446.383 L
  2088. °¿347.394 446.593 L
  2089. °¿347.604 446.877 L
  2090. °¿2341.371 450.964 350.946 449.685 352.839 450.706 C
  2091. °¿f
  2092. °¿360.682 447.344 m
  2093. °¿2364.208 440.268 366.798 430.192 361.562 423.203 C
  2094. °¿2360.609 422.654 359.632 421.595 358.462 421.974 C
  2095. °¿0358.42 422.246 358.322 422.56 358.596 422.753 C
  2096. °¿358.312 422.963 L
  2097. °¿2358.055 423.986 359.264 424.017 359.532 424.918 C
  2098. °¿2359.257 432.234 357.778 440.152 356.368 447.448 C
  2099. °¿2355.768 448.899 353.947 448.901 354.322 450.931 C
  2100. °¿2357.028 451.265 359.183 449.392 360.682 447.344 C
  2101. °¿f
  2102. °¿302.47 432.698 m
  2103. °¿2302.795 431.888 302.449 430.672 302.426 429.657 c
  2104. °¿1302.68 425.145 301.477 420.411 303.214 416.123 C
  2105. °¿2303.908 416.051 304.363 415.715 304.638 415.074 C
  2106. °¿1304.219 414.834 304.566 414.381 304.54 414.048 C
  2107. °¿1302.847 414.044 300.655 412.826 299.484 414.04 C
  2108. °¿2299.439 415.171 300.808 415.985 301.049 417.059 C
  2109. °¿1301.29 423.973 301.641 430.828 301.436 437.852 C
  2110. °¿0301.738 436.355 302.875 434.53 302.47 432.698 C
  2111. °¿f
  2112. °¿260.817 428.909 m
  2113. °¿1261.75 425.258 262.388 421.056 262.579 417.292 C
  2114. °¿2261.346 417.586 261.464 419.146 260.893 420.071 C
  2115. °¿2259.917 421.339 258.993 421.932 259.058 423.838 C
  2116. °¿2260.591 425.234 259.892 427.176 260.323 428.834 C
  2117. °¿260.817 428.909 L
  2118. °¿f
  2119. °¿292.246 433.423 m
  2120. °¿1293.179 429.772 293.816 425.57 294.008 421.806 C
  2121. °¿293.513 421.731 L
  2122. °¿1293.633 425.112 288.45 426.273 291.535 429.776 C
  2123. °¿2291.779 431.001 291.148 432.827 292.246 433.423 C
  2124. °¿f
  2125. °¿343.69 429.342 m
  2126. °¿343.27 428.773 L
  2127. °¿1343.056 431.85 337.953 433.655 341.007 437.027 C
  2128. °¿2341.173 438.265 340.809 439.829 341.718 440.674 C
  2129. °¿343.69 429.342 L
  2130. °¿f
  2131. °¿317.909 425.937 m
  2132. °¿2318.689 422.794 319.872 419.661 322.891 418.096 C
  2133. °¿2323.381 417.867 323.263 416.812 323.438 416.156 C
  2134. °¿1321.715 415.515 319.04 418.978 318.742 415.443 C
  2135. °¿318.135 416.11 L
  2136. °¿1317.783 419.597 316.62 423.264 317.055 426.566 C
  2137. °¿317.909 425.937 L
  2138. °¿f
  2139. °¿281.762 419.19 m
  2140. °¿281.552 418.906 L
  2141. °¿281.837 418.696 L
  2142. °¿282.752 410.996 L
  2143. °¿278.055 410.284 L
  2144. °¿2277.087 412.665 280.461 413.759 280.197 416.171 C
  2145. °¿2280.236 417.745 280.087 419.391 280.758 420.808 C
  2146. °¿0281.406 420.704 281.773 419.95 281.762 419.19 C
  2147. °¿f
  2148. °¿266.648 408.806 m
  2149. °¿1266.052 408.235 264.739 408.39 264.214 408.184 C
  2150. °¿2263.557 408.843 263.038 407.601 262.446 408.169 C
  2151. °¿2262.127 407.438 261.604 408.218 261.172 408.229 C
  2152. °¿261.382 408.513 L
  2153. °¿261.098 408.723 L
  2154. °¿2261.516 408.963 261.169 409.417 261.195 409.749 C
  2155. °¿2263.284 410.648 263.916 413.146 264.437 415.045 c
  2156. °¿1264.232 415.899 264.035 417.361 265.373 417.21 C
  2157. °¿266.648 408.806 L
  2158. °¿f
  2159. °¿298.114 413.073 m
  2160. °¿292.923 412.286 L
  2161. °¿292.623 414.263 L
  2162. °¿/295.19 415.512 296.02 418.875 296.06 421.612 C
  2163. °¿296.802 421.724 L
  2164. °¿298.114 413.073 L
  2165. °¿f
  2166. °¿347.586 420.324 m
  2167. °¿1346.08 419.919 344.558 420.118 342.927 419.365 C
  2168. °¿1341.994 419.35 342.407 420.626 342.133 421.267 C
  2169. °¿0345.225 422.722 345.046 426.235 345.779 428.9 C
  2170. °¿346.274 428.975 L
  2171. °¿347.586 420.324 L
  2172. °¿f
  2173. °¿253.175 392.603 m
  2174. °¿1255.093 390.795 251.226 389.45 253.011 387.015 C
  2175. °¿2253.102 385.916 253.659 384.079 253.402 382.775 C
  2176. °¿1253.721 382.672 253.72 382.343 253.761 382.071 C
  2177. °¿253.552 381.787 L
  2178. °¿253.836 381.577 L
  2179. °¿253.627 381.292 L
  2180. °¿2254.109 381.113 253.923 380.503 254.061 380.094 C
  2181. °¿253.852 379.809 L
  2182. °¿254.136 379.6 L
  2183. °¿253.927 379.315 L
  2184. °¿254.211 379.105 L
  2185. °¿254.001 378.821 L
  2186. °¿2254.672 376.899 255.047 374.428 254.976 372.394 C
  2187. °¿255.261 372.184 L
  2188. °¿2255.351 371.591 255.583 370.059 255.673 369.466 C
  2189. °¿1255.648 369.133 255.995 368.68 255.576 368.439 C
  2190. °¿1255.756 367.253 256.026 365.473 256.251 363.99 C
  2191. °¿256.536 363.781 L
  2192. °¿1255.338 362.84 254.008 363.776 252.581 363.181 C
  2193. °¿248.232 391.853 L
  2194. °¿253.175 392.603 L
  2195. °¿f
  2196. °¿268.253 394.89 m
  2197. °¿2268.553 394.581 268.968 394.012 268.688 393.691 C
  2198. °¿268.972 393.482 L
  2199. °¿267.886 392.305 L
  2200. °¿271.238 368.539 L
  2201. °¿2272.139 367.766 272.989 367.667 272.849 366.255 C
  2202. °¿2270.445 365.435 267.611 365.283 264.977 364.808 C
  2203. °¿2264.531 365.246 264.381 366.235 264.677 366.785 C
  2204. °¿0265.389 366.59 265.298 367.36 265.553 367.677 C
  2205. °¿261.954 391.406 L
  2206. °¿/260.7 391.342 260.21 392.734 260.591 393.727 C
  2207. °¿268.253 394.89 L
  2208. °¿f
  2209. °¿271.751 395.167 m
  2210. °¿2272.838 395.332 274.544 395.591 275.953 395.805 c
  2211. °¿2276.362 395.942 276.971 395.757 277.151 396.239 C
  2212. °¿277.436 396.03 L
  2213. °¿2277.565 396.176 277.659 396.392 277.893 396.352 C
  2214. °¿1279.332 393.864 279.75 390.438 281.145 388.248 C
  2215. °¿280.935 387.963 L
  2216. °¿281.22 387.753 L
  2217. °¿2281.321 387.086 281.723 385.933 282.126 385.109 C
  2218. °¿2282.294 385.008 282.447 384.829 282.658 384.937 C
  2219. °¿1283.137 386.451 282.85 388.178 282.935 389.784 C
  2220. °¿0283.11 387.459 284.101 384.929 283.49 382.788 C
  2221. °¿0283.789 382.15 283.42 381.083 283.371 380.241 C
  2222. °¿2283.804 375.882 283.136 371.785 283.021 367.545 C
  2223. °¿282.773 367.507 L
  2224. °¿1279.186 375.99 276.664 385.115 272.545 393.265 C
  2225. °¿2271.852 393.337 271.396 393.672 271.122 394.313 C
  2226. °¿271.466 395.377 L
  2227. °¿271.751 395.167 L
  2228. °¿f
  2229. °¿290.536 398.017 m
  2230. °¿2290.674 397.608 290.488 396.998 290.971 396.818 C
  2231. °¿289.75 394.863 L
  2232. °¿293.274 371.629 L
  2233. °¿0294.41 371.144 295.125 370.266 294.675 369.06 C
  2234. °¿0292.352 368.707 290.65 368.424 288.458 368.37 C
  2235. °¿1288.355 368.051 288.026 368.051 287.754 368.01 C
  2236. °¿287.47 368.22 L
  2237. °¿1287.34 368.074 287.247 367.857 287.013 367.898 C
  2238. °¿2286.173 368.099 286.445 368.975 286.256 369.553 C
  2239. °¿2286.829 369.943 287.597 370.717 287.477 371.508 C
  2240. °¿283.615 396.967 L
  2241. °¿290.536 398.017 L
  2242. °¿f
  2243. °¿301.412 399.666 m
  2244. °¿1301.92 399.313 301.761 398.531 301.921 397.973 C
  2245. °¿/301.279 397.37 300.6 397.014 300.701 396.018 C
  2246. °¿300.985 395.809 L
  2247. °¿1300.979 395.352 301.43 394.207 301.076 393.547 C
  2248. °¿301.36 393.337 L
  2249. °¿301.151 393.052 L
  2250. °¿2301.274 391.908 302.085 390.893 301.675 389.592 C
  2251. °¿2302.184 389.239 302.025 388.456 302.185 387.899 C
  2252. °¿301.975 387.614 L
  2253. °¿302.26 387.405 L
  2254. °¿302.05 387.12 L
  2255. °¿302.335 386.91 L
  2256. °¿302.125 386.626 L
  2257. °¿302.41 386.416 L
  2258. °¿2302.136 386.223 302.234 385.909 302.275 385.637 C
  2259. °¿302.56 385.427 L
  2260. °¿302.35 385.143 L
  2261. °¿1302.669 385.039 302.669 384.711 302.71 384.439 C
  2262. °¿302.5 384.154 L
  2263. °¿2302.983 383.974 302.797 383.365 302.935 382.956 C
  2264. °¿302.725 382.671 L
  2265. °¿2303.044 382.568 303.044 382.239 303.085 381.967 C
  2266. °¿302.875 381.682 L
  2267. °¿303.16 381.473 L
  2268. °¿302.95 381.188 L
  2269. °¿1303.432 381.008 303.247 380.398 303.385 379.99 C
  2270. °¿303.175 379.705 L
  2271. °¿2303.494 379.602 303.493 379.273 303.535 379.001 C
  2272. °¿1303.528 378.545 303.98 377.399 303.625 376.739 C
  2273. °¿303.91 376.529 L
  2274. °¿2303.738 375.163 303.865 374.322 304.434 373.069 C
  2275. °¿2304.865 372.401 305.972 372.771 305.895 371.773 C
  2276. °¿305.686 371.488 L
  2277. °¿305.97 371.279 L
  2278. °¿305.761 370.994 L
  2279. °¿1303.653 370.219 300.67 370.045 298.136 369.585 C
  2280. °¿2297.473 369.788 297.524 370.453 297.416 370.993 C
  2281. °¿1298.847 371.564 298.158 373.103 298.45 374.184 C
  2282. °¿.297.4 378.601 296.557 384.163 296.2 389.014 C
  2283. °¿2295.718 389.194 295.903 389.804 295.765 390.213 C
  2284. °¿295.975 390.497 L
  2285. °¿295.691 390.707 L
  2286. °¿295.9 390.992 L
  2287. °¿295.616 391.201 L
  2288. °¿295.825 391.486 L
  2289. °¿1294.683 393.184 295.94 396.561 293.442 397.193 C
  2290. °¿2292.603 399.392 295.617 398.357 296.715 398.954 C
  2291. °¿297 398.744 L
  2292. °¿301.412 399.666 L
  2293. °¿f
  2294. °¿311.583 400.956 m
  2295. °¿2315.185 391.717 323.169 385.089 323.063 373.618 C
  2296. °¿323.347 373.409 L
  2297. °¿2323.168 372.926 322.558 373.112 322.149 372.974 C
  2298. °¿2321.704 372.907 320.666 372.749 319.924 372.637 C
  2299. °¿0315.399 380.8 310.874 388.964 306.348 397.128 C
  2300. °¿2305.653 398.211 303.719 397.791 304.206 399.584 C
  2301. °¿304.872 400.191 L
  2302. °¿2307.016 400.061 309.347 400.693 311.583 400.956 C
  2303. °¿f
  2304. °¿321.051 401.886 m
  2305. °¿0321.301 400.736 320.4 399.841 319.733 398.905 C
  2306. °¿2319.145 396.616 320.015 394.877 320.213 392.404 C
  2307. °¿1320.43 391.476 320.413 389.754 321.023 388.733 C
  2308. °¿2321.128 388.041 321.323 386.756 321.473 385.767 C
  2309. °¿2317.911 389.576 320.579 397.162 315.973 400.358 C
  2310. °¿/315.82 400.865 315.88 401.304 316.28 401.668 C
  2311. °¿1317.863 401.732 319.652 402.61 321.051 401.886 C
  2312. °¿f
  2313. °¿331.11 403.918 m
  2314. °¿2331.697 403.881 332.734 404.215 333.582 404.293 C
  2315. °¿341.548 378.445 L
  2316. °¿1342.32 377.854 343.577 377.236 342.912 376.123 C
  2317. °¿2340.588 375.771 337.647 375.325 335.002 374.924 C
  2318. °¿0334.395 375.59 334.881 376.22 334.949 376.939 C
  2319. °¿2336.338 378.287 334.624 380.252 334.447 381.919 C
  2320. °¿0333.76 382.447 332.981 382.582 332.11 382.324 C
  2321. °¿2331.858 381.982 331.148 382.329 330.627 382.099 C
  2322. °¿330.611 383.866 L
  2323. °¿0331.681 384.484 332.879 383.25 333.54 384.563 C
  2324. °¿2332.063 390.964 329.588 397.113 328.181 403.221 C
  2325. °¿1329.046 404.186 330.245 402.952 331.11 403.918 C
  2326. °¿f
  2327. °¿347.955 406.22 m
  2328. °¿0348.438 405.535 347.39 404.946 348.218 404.49 C
  2329. °¿2347.944 404.297 348.042 403.983 348.083 403.711 C
  2330. °¿348.368 403.501 L
  2331. °¿2347.638 402.809 349.112 402.426 348.383 401.733 C
  2332. °¿348.668 401.524 L
  2333. °¿348.458 401.239 L
  2334. °¿348.743 401.029 L
  2335. °¿348.533 400.745 L
  2336. °¿2348.852 400.641 348.851 400.313 348.892 400.041 C
  2337. °¿348.683 399.756 L
  2338. °¿348.967 399.546 L
  2339. °¿348.758 399.262 L
  2340. °¿349.042 399.052 L
  2341. °¿2348.768 398.859 348.867 398.545 348.908 398.273 C
  2342. °¿349.192 398.063 L
  2343. °¿348.983 397.779 L
  2344. °¿2349.147 397.197 349.085 395.771 349.642 395.097 C
  2345. °¿349.433 394.813 L
  2346. °¿349.717 394.603 L
  2347. °¿0349.973 390.419 350.67 385.822 351.667 381.75 C
  2348. °¿0351.36 381.274 351.495 380.384 351.929 380.02 C
  2349. °¿0352.875 379.455 353.89 378.598 353.33 377.451 C
  2350. °¿0350.81 377.397 347.696 376.09 345.099 376.708 C
  2351. °¿/344.62 377.697 345.234 378.65 345.997 379.12 C
  2352. °¿342.113 403.058 L
  2353. °¿2341.705 403.249 341.078 403.382 340.975 403.897 C
  2354. °¿341.034 405.17 L
  2355. °¿347.955 406.22 L
  2356. °¿f
  2357. °¿356.352 404.207 m
  2358. °¿2358.078 401.662 358.137 397.776 357.245 394.986 C
  2359. °¿2356.581 393.697 355.325 392.975 354.654 392.065 C
  2360. °¿1356.382 391.34 358.054 391.316 359.096 389.451 C
  2361. °¿2359.744 387.678 360.089 385.404 359.996 383.519 C
  2362. °¿2360.543 383.248 360.203 381.983 361.172 382.433 C
  2363. °¿2361.452 382.754 361.445 383.132 361.516 383.497 C
  2364. °¿1361.956 383.766 362.497 383.367 362.37 382.868 C
  2365. °¿0362.29 381.06 361.906 378.928 360.079 377.969 C
  2366. °¿0358.607 377.341 357.278 378.1 356.394 378.927 C
  2367. °¿0353.589 381.915 355.59 388.06 352.122 390.416 C
  2368. °¿2351.823 391.888 351.724 392.707 352.871 393.817 C
  2369. °¿2352.308 397.196 353.065 402.039 350.023 404.258 C
  2370. °¿349.685 406.483 L
  2371. °¿1352.203 406.89 354.949 406.623 356.352 404.207 C
  2372. °¿f
  2373. °¿362.576 408.185 m
  2374. °¿1362.679 408.504 363.008 408.503 363.28 408.545 C
  2375. °¿363.565 408.335 L
  2376. °¿2364.009 409.237 364.813 407.943 365.257 408.844 C
  2377. °¿1366.151 408.12 366.742 409.727 367.557 408.688 C
  2378. °¿2367.561 406.994 366.426 405.305 367.565 403.632 c
  2379. °¿2369.587 399.968 370.942 395.875 372.615 392.007 C
  2380. °¿372.406 391.723 L
  2381. °¿372.69 391.513 L
  2382. °¿372.481 391.228 L
  2383. °¿372.765 391.019 L
  2384. °¿372.556 390.734 L
  2385. °¿372.84 390.524 L
  2386. °¿372.631 390.24 L
  2387. °¿0372.95 390.136 372.949 389.808 372.99 389.536 C
  2388. °¿372.781 389.251 L
  2389. °¿373.065 389.041 L
  2390. °¿2372.791 388.848 372.889 388.534 372.931 388.262 C
  2391. °¿373.215 388.053 L
  2392. °¿373.006 387.768 L
  2393. °¿373.29 387.558 L
  2394. °¿2372.883 387.244 373.241 386.716 373.231 386.285 C
  2395. °¿373.515 386.075 L
  2396. °¿373.306 385.791 L
  2397. °¿1374.234 385.173 372.962 384.221 373.89 383.604 C
  2398. °¿2373.433 383.281 374.069 382.923 374.287 382.652 C
  2399. °¿2374.734 382.872 375.013 382.535 375.351 382.308 C
  2400. °¿1375.756 381.307 375.309 380.582 374.378 380.39 C
  2401. °¿1372.16 380.509 369.729 379.862 367.419 379.588 C
  2402. °¿1366.922 379.866 367.096 380.55 366.947 381.033 C
  2403. °¿367.996 382.457 L
  2404. °¿1368.154 391.912 363.125 398.23 360.157 405.795 C
  2405. °¿2359.509 405.899 359.142 406.653 359.153 407.413 C
  2406. °¿2359.873 408.837 361.367 407.319 362.291 408.395 C
  2407. °¿362.576 408.185 L
  2408. °¿f
  2409. °¿282.86 390.278 m
  2410. °¿282.71 391.267 L
  2411. °¿282.957 391.304 L
  2412. °¿282.86 390.278 L
  2413. °¿f
  2414. °¿328.881 383.604 m
  2415. °¿2328.922 383.332 329.102 382.146 329.144 381.874 C
  2416. °¿1329.11 380.427 329.073 379.006 329.039 377.559 C
  2417. °¿2329.226 375.995 331.812 376.614 331.257 374.608 C
  2418. °¿2329.705 374.171 327.249 373.191 325.991 374.315 C
  2419. °¿2325.946 375.447 327.315 376.261 327.556 377.334 C
  2420. °¿2327.606 378.176 327.975 379.244 327.676 379.881 C
  2421. °¿2328.067 381.635 327.787 384.146 327.974 386.248 C
  2422. °¿1327.866 386.459 328.045 386.613 328.147 386.78 C
  2423. °¿1328.105 387.052 327.925 388.238 327.884 388.51 C
  2424. °¿2327.933 389.352 328.302 390.419 328.004 391.057 C
  2425. °¿2328.111 392.514 328.247 393.951 328.355 395.408 C
  2426. °¿0328.276 395.928 328.104 397.065 327.98 397.88 C
  2427. °¿2330.385 393.694 328.826 388.299 328.881 383.604 C
  2428. °¿f
  2429. °¿308.896 388.664 m
  2430. °¿2310.362 383.501 309.025 376.648 313.273 373.145 C
  2431. °¿313.423 372.156 L
  2432. °¿1311.886 371.62 309.752 371.018 308.195 371.616 C
  2433. °¿1308.487 373.355 309.886 374.806 309.707 376.65 C
  2434. °¿0309.086 380.247 308.93 383.106 307.96 386.499 C
  2435. °¿0308.368 386.814 308.01 387.341 308.02 387.773 C
  2436. °¿1307.83 388.528 307.869 390.101 307.285 390.948 C
  2437. °¿2307.159 391.283 307.258 392.461 306.738 392.888 C
  2438. °¿2307.515 391.767 308.434 390.212 308.896 388.664 C
  2439. °¿f
  2440. °¿278.938 369.454 m
  2441. °¿280.361 368.406 L
  2442. °¿280.152 368.121 L
  2443. °¿2280.298 367.992 280.514 367.898 280.474 367.664 C
  2444. °¿2279.153 366.705 276.829 366.353 275.283 366.877 C
  2445. °¿2275.922 368.668 276.741 370.436 276.721 372.405 C
  2446. °¿2276.024 374.499 275.626 377.119 275.671 379.326 C
  2447. °¿275.386 379.536 L
  2448. °¿275.596 379.82 L
  2449. °¿274.202 385.677 L
  2450. °¿2277.139 381.319 276.664 374.445 278.938 369.454 C
  2451. °¿f
  2452. °¿261.253 374.358 m
  2453. °¿.262.174 371.286 262.427 367.784 263 364.508 C
  2454. °¿2261.355 365.017 259.846 363.625 258.266 364.043 C
  2455. °¿2257.298 366.425 260.672 367.518 260.407 369.931 C
  2456. °¿260.758 374.283 L
  2457. °¿261.253 374.358 L
  2458. °¿f
  2459. °¿U
  2460. °¿375.887 409.534 m
  2461. °¿2376.511 408.086 374.612 407.267 374.397 406.021 C
  2462. °¿1373.576 402.761 373.994 399.006 373.14 395.968 C
  2463. °¿2373.203 396.888 372.594 397.403 372.308 398.118 C
  2464. °¿372.518 398.403 L
  2465. °¿2372.083 399.601 372.681 401.158 372.907 402.507 C
  2466. °¿2372.678 403.181 373.257 404.533 372.741 405.264 C
  2467. °¿2373.208 406.523 371.382 407.055 370.809 408.005 C
  2468. °¿371.018 408.29 L
  2469. °¿2370.621 408.406 370.524 409.049 370.868 409.278 C
  2470. °¿2372.551 409.356 374.413 410.246 375.887 409.534 C
  2471. °¿f
  2472. °¿U
  2473. °¿
  2474. %%Trailer
  2475. °¿)Adobe_Illustrator881 /terminate get exec
  2476. °¿&Adobe_customcolor /terminate get exec
  2477. °¿ Adobe_cshow /terminate get exec
  2478. °¿$Adobe_cmykcolor /terminate get exec
  2479. °¿
  2480. °¿%%EndDocument
  2481. °¿
  2482. †ø¸◊#ˇ ˇˇˇˇ#◊ 
  2483. d, Palatino
  2484. .°dONLNdAÑZÒ+¢rContents
  2485. °dONLNd    rÑ}*'!Introduction to the Mail suite /2°dONLNd+Äîã+Overview of the Mail suite / 2°dONLNdJéîô(*"Typical uses of the Mail suite / 3°dONLNdmúîßê*8Using object specifiers in place of other parameters / 4°dONLNd¶´Ñ∂B(“¢*Apple events defined in the Mail suite / 5°dONLNd—πîƒ+Send —Send a Document / 6°dONLNdλєF(Ô¢,Object classes defined in the Mail suite / 7°dONLNd÷î·˜+cMailer—a Mailer / 9°dONLNd-‰îÔ}*/cMailAddress—a representation of an address/ 13°dONLNd]Úî˝Ä*4cRecipient—an entry in the Mailer's address list/ 16°dONLNdíî s*1cSender—the entry in the Mailer's from field / 18°dONLNdƒÑY(6¢/Descriptor Types defined in the Mail suite / 20°dONLNdÙî((+typeMailAddress—a mailer / 20°dONLNd+î62*typePackedDSSpec—a mailer / 22°dONLNd1:ÑE9(a¢(Key forms defined in the Mail suite / 23°dONLNdZIÑTs*3Comparison operators defined in the Mail suite / 24°dONLNdéXÑc8*(Constants defined in the Mail suite / 25ˇñ◊#ˇ ˇˇˇˇ#◊ 
  2486. d, Palatino
  2487. .°dONLNdQúdD+∫~Figures and Tables
  2488. °dONLNdåúóΩ*5Table 1°dONLNdåÿóñ)<*Apple events defined in the Mail suite / 7°dONLNdFöú•Ω(¡∫Table 2°dONLNdNöÿ•”)<8Apple event object classes defined in the Mail suite / 7°dONLNdá®ú≥¿(œ∫Figure 1°dONLNdê®ÿ≥∫)<3Object inheritance hierarchy for the Mail suite / 8°dONLNdƒ∂ú¡Ω(›∫Table 3°dONLNdÃ∂ÿ¡™)</Descriptor types defined in the Mail suite / 20°dONLNd¸ƒúœΩ(Î∫Table 4°dONLNdƒÿœç)<(Key forms defined in the Mail suite / 23°dONLNd-“ú›Ω(˘∫Table 5°dONLNd5“ÿ›«)<3Comparison operators defined in the Mail suite / 24°dONLNdi‡úÎΩ(∫Table 6°dONLNdq‡ÿÎô)<+Constants defined in the Mail suite / 25-26ˇz◊#ˇ ˇˇˇˇ#◊ 
  2489. d, New York
  2490. .°dONLNdaq(å2 ˇò◊#ˇ ˇˇˇˇ#◊ 
  2491. d, Palatino
  2492. .°dONLNdd8wπ+VëThe Mail Suite
  2493. °dONLNdî™úµ+d@The Mail suite defines R°dONLNd´™µn)gApple event constructsR°dONLNdˇˇ)k that are used for°dONLNd^∏ú√¸(fl∫communicating with ¢°dONLNdˇˇ)`!mail-capable server applications.ˇ
  2494. ¢◊#ˇ ˇˇˇˇ#◊ 
  2495. d, Palatino
  2496. .°dONLNdˇˇ+Nn Introduction]°dONLNdˇˇ)e to the Mail suite YLYˇ
  2497. °dONLNdˇˇ(êNThe Mail suite defines R°dONLNdˇˇ)gApple event constructsR°dONLNdˇˇ)k# that are elements of the Macintosh°dONLNdˇˇ(ûN9Mail Architecture and, when used in conjunction with the ®°dONLNdˇˇ(ûVApple Event Registry:°dONLNdˇˇ(¨NStandard Suites°dONLNdˇˇ)B   , 4°dONLNdˇˇ) ,provide an interface for communicating with C°dONLNdˇˇ)Œ mail-capable°dONLNdˇˇ(∫NSapplications in order to mail documents. For an application to use these events and°dONLNdˇˇ*Oobjects, it must also support the Apple event constructs from the Core suite as°dONLNdˇˇ*defined in the ¥°dONLNdˇˇ)AApple Event Registry: ∞°dONLNdˇˇ)fStandard Suites.
  2498. °dONLNd·0Ô⁄(
  2499. NOverview of the Mail suite ˝L˝ˇ
  2500. °dONLNd0
  2501. ¶*PThe object model for the Mail Suite is based on the AOCE Mailer. To use the Mail°dONLNdl0¨*Tsuite, you may wish to familiarize yourself the Standard Mail Package and its Mailer°dONLNd¡0)j*functionality.°dONLNd–A0L∑*#The Standard Mail Package°dONLNdÍ[0fû*LWith the addition of AOCE technology to the Macintosh environment, the basic°dONLNd7i0tá*Ifunctionality of a document-oriented appliction on the Macintosh has been°dONLNdÅw0Çû*Mextended from supporting merely "saving" and printing" documents to "sending"°dONLNdœÖ0êî*Hdocuments. The AOCE Standard Mail Package provides the support for every°dONLNdì0ûû*RMacintosh application to integrate Mail functionality and services into the user’s°dONLNdk°0¨c* experience.°dONLNdwƒ0œÇ*#Mailer Concepts°dONLNdáfi0È∞*XA Mailer is a "mailing label" that can be affixed to a document in order to mail it. The°dONLNd‡Ï0˜ó*Rmailer contains from, to, cc, bcc and subject information and optionally a list of°dONLNd3˙0™*Renclosures.  The mailer remains attached to the document after sending so that the°dONLNdÜ0≠*Qaddressing information, enclosures and other information such as sending date and°dONLNdÿ0!»*#time are available to the recipent.°dONLNd˝,07©*QA document may contain multiple mailers if it is forwarded. For example, Amy, the°dONLNdO:0E¢*Ooriginal author of a document, attaches a mailer and sends the document to Bob.°dONLNdüH0Sß*OThe document Bob receives contains the mailer that Amy created but it is marked°dONLNdÔV0a£*Nas "received". Bob can then forward the document by adding a second mailer "on°dONLNd>d0oÜ*Ktop" of the first and address this to Catherine and enclose a document. The°dONLNdär0}¶*Pdocument Catherine receives will then have two mailers. The top-most mailer (the°dONLNd€Ä0ã•*Tone with the highest ordinal value) is the most recent and is either the mailer used°dONLNd0é0ô©*Wto send to this recipient or is being prepared to be mailed to a new distribution list.*/2)$Apple Event Registryˇ    X◊#ˇ ˇˇˇˇ#◊ 
  2502. d, Palatino
  2503. .°dONLNdAHL"+fh*Scope of the Mailer Concept and Mail Suite°dONLNd+[Hfø*MThe mailer represents the most complete and robust model upon which an object°dONLNdyiHt¢*Lmodel for the Mail suite can be based. However, it does not require that the°dONLNdΔwHÇΩ*Rapplication support the Mailer human interface where it is inappropriate to do so.°dONLNdÖHêù*IThe Mailer is simply the model used to represent the addressing and other°dONLNdcìHûü*Minformation required by the Mail suite. The Mail suite is applicable to every°dONLNd±°H¨*,application that supports mailing documents.°dONLNdfiÕHÿ»*,PFor more information about the Standard Mail Package and Mailer concepts, please°dONLNd/€HÊt*@consult the "Standard Mail Package" Chapter of Inside Macintosh.
  2504. °dONLNdp
  2505. H*4Typical uses of the Mail suite )d)
  2506. °dONLNdè.H9µ*RThe following scenarios illustrate the types of Mail-capable applications that are°dONLNd‚<HG≈*Ylikely to be servers for the Mail suite and the types of applications that are likely toe°dONLNd<JHUf*clients:,
  2507.  
  2508. Zapf Dingbats
  2509. °dONLNdE^HdM*n
  2510. °dONLNdG\Vgª+LWord processing applications can be used for mail merge  in conjunction with°dONLNdîjVufl*an external scripting language.
  2511. °dONLNd¥~HÑM(¢fn
  2512. °dONLNd∂|Vá¡+LWorkflow servers will use the suite to keep forms and other documents moving°dONLNdäVï‘*through a workflow system.
  2513. °dONLNdûH§M(¬fn
  2514. °dONLNd úVßø+LDatabase and accounting applications that keep track of customer, vendor and°dONLNdm™Vµ≥*Iother records containing phone numbers. These applications can both place°dONLNd∑∏V√Æ*Ktelephone calls and present information whenever there is an incoming call.
  2515. °dONLNdÃH“M(fn
  2516. °dONLNd V’´+KAgents that acquire information on behalf  of a user can mail back  desired°dONLNdQÿV„∂*Ninformation  via a mail capable application, such as a spreadsheet or charting°dONLNd†ÊVÒ*program.(‰∞The Mail Suite)a3ˇ2◊#ˇ ˇˇˇˇ#◊ 
  2517. d, Palatino
  2518. .°dONLNdA0O~+Nj4Using object specifiers in place of other parameters ]L]ˇ
  2519. °dONLNd5c0n®* XIn all of the suites except the Finder suite, you can substitute an object specifier for°dONLNdéq0|â*Kany parameter of an Apple event that is not already defined to be an object°dONLNd⁄0ä®*Uspecifier. This object specifier must specify a single object. When you substitute an°dONLNd0ç0òÆ*Wobject specifier for a parameter, the actual value of the parameter is the value of the°dONLNdàõ0¶ù*Sdefault descriptor record for the specified object (that is, the value you get when°dONLNd‹©0¥d* you send a *°dONLNdÁ©e¥…)5Get Data Apple event°dONLNd˚©…¥Ï)d     for the °dONLNd©Ì¥    )$objectÿ°dONLNd
  2520. ©    ¥ó)  and do not specify a particular°dONLNd+∑0¬∑(fiN descriptor type for the result.)(‰N4)$Apple Event Registryˇ¯◊#ˇ ˇˇˇˇ#◊ 
  2521. d, Palatino
  2522. .°dONLNdCHTw+fn&Apple events defined in the Mail suite YdY
  2523. °dONLNd'iHtΩ*"SThe Apple events defined in the Mail suite are described in the following sections.°dONLNd{wHÇ⁄*!Table 1 lists these Apple events.,
  2524.  
  2525. Zapf Dingbats
  2526. °dONLNdù£H™N**n
  2527. °dONLNdü¢X≠|+Table 1°dONLNdߢí≠?):&Apple events defined in the Mail suite
  2528.     °dONLNdŒ∫Hƒc(‡fName°dONLNd”∫”ƒ$)ã Requested action ’d’ ÂdÂ
  2529. °dONLNd–H€z(˜f
  2530. SendLetter°dONLNd–÷€')éSend a document(‰∞The Mail Suite)a5ˇ    B◊#ˇ ˇˇˇˇ#◊ 
  2531. d, Palatino
  2532. .°dONLNdC0Tá+Nn
  2533. SendLetter°dONLNd
  2534. CàT")X—send a document YLYˇ
  2535. °dONLNdi0t(êN,The SendLetter Apple event mails a document.°dONLNdHÅ0åj* Event Class°dONLNdTÅìå⁄)c
  2536. kAEMailEvents°dONLNdbô0§\(¿NEvent ID°dONLNdkôì§Ÿ)c
  2537. kAESendLetter°dONLNdy±0ºh(ÿN
  2538. Parameters°dONLNdÖ√0Œ{*keyDirectObject°dONLNdï”ìfi +c Description:°dONLNd¢”fiy)~The document to send°dONLNd∑„ìÓfl(
  2539. ±Descriptor Type:°dONLNd»„Ól)~typeObjectSpecifier°dONLNd‹Ûì˛¯(±Required or Optional?°dONLNdÚÛ˛;)~Required°dONLNd˚0∞(,NkeyAEIncludeSnapShotFmt°dONLNdì  +c Description:°dONLNd  y)~The document to send°dONLNd5%ì0fl(L±Descriptor Type:°dONLNdF%0K)~ typeBoolean°dONLNdR5ì@¯(\±Required or Optional?°dONLNdh5@9)~Optional°dONLNdqG0R≠(nNkeyAEIncludeStandardFmt°dONLNdâWìb +c Description:°dONLNdñWby)~The document to send°dONLNd´gìrfl(é±Descriptor Type:°dONLNdºgrK)~ typeBoolean°dONLNd»wìǯ(û±Required or Optional?°dONLNdfiwÇ9)~Optional°dONLNdÁâ0îØ(∞NkeyAEIncludeMainEnclFmt°dONLNdˇôì§ +c Description:°dONLNd ô§y)~The document to send°dONLNd!©ì¥fl(–±Descriptor Type:°dONLNd2©¥K)~
  2540. typeOSType°dONLNd=π샯(‡±Required or Optional?°dONLNdSπƒ9)~Optional°dONLNd\À0÷Ñ(ÚNkeyAEMailPriority°dONLNdn€ìÊ +c Description:°dONLNd{€Ê€)~/The priority of a received letter. The value of°dONLNd´ÁÚÃ* )this paarmeter  will be enumHighPriority,°dONLNd’Û˛Ÿ* 'enumNormalPriority or enumHLowPriority.°dONLNd˝ˇ
  2541. ¥* #The default is enumNormalPriority .°dONLNd!ìfl(6±Descriptor Type:°dONLNd2a)~typeEnumeration°dONLNdBì*¯(F±Required or Optional?°dONLNdX*9)~Optional°dONLNda70Bà(^NReply Parameters°dONLNdr7ìB≠)cNone(‰N6)$Apple Event Registryˇ
  2542. ¨◊#ˇ ˇˇˇˇ#◊ 
  2543. d, Palatino
  2544. .°dONLNdCHT+fn(Object classes defined in the Mail suite YdY
  2545. °dONLNd)iHt§*"MThe Apple event object classes defined in the Mail suite are described in the°dONLNdwwHÇ2*7following sections. Table 2 lists these object classes.,
  2546.  
  2547. Zapf Dingbats
  2548. °dONLNdØ£H™N**n
  2549. °dONLNd±¢X≠|+Table 2°dONLNdπ¢í≠}):4Apple event object classes defined in the Mail suite
  2550.     °dONLNdÓ∫Hƒå(‡fObject class ID°dONLNd˛∫ÿƒ )ê Description ’d’ ÂdÂ
  2551. °dONLNd
  2552. –H€j(˜fcMailer°dONLNd–Ÿ€û)ë*A representation of a mailer in a document°dONLNd=fiÿÈ(ˆ Properties:°dONLNdIfi-È«)U pBestType, pClass, pDeafultType,°dONLNdjÏ-˜ *pFrom, pSubject, pSendDateTime,°dONLNdä˙-†*pReceived, pHasContent°dONLNd°ÿ$(/ˆElement Classes:°dONLNd≤-v)UcRecipient, cFile°dONLNd≈&H1à(Mf cMailAddress°dONLNd“&Ÿ1w)ë"A representation of a mail address°dONLNdı4ÿ?([ˆ Properties:°dONLNd4-?«)U pBestType, pClass, pDefaultType,°dONLNd"B-M•*pName, pAddresseeType,°dONLNd9P-[•*pAddressType, pAddress,°dONLNdQ^-iÆ*pDirectory, pDirectoryType,°dONLNdml-wk* pDirectoryID°dONLNdzzÿÖ$(°ˆElement Classes:°dONLNdãz-ÖG)UNone°dONLNdêöH•x(¡f
  2553. cRecipient°dONLNdõöŸ•m)ë!An entry in a Mailer Address list°dONLNdæ®ÿ≥(œˆ Properties:°dONLNd ®-≥«)U pBestType, pClass, pDeafultType,°dONLNdÎ∂-¡º*pMailAddress, pRecipientType°dONLNdƒÿœ$(ΈElement Classes:°dONLNdƒ-œG)UNone°dONLNd‚HÌm(    fcSender°dONLNd'‚ŸÌ)ë#The Sender associated with a Mailer°dONLNdLÿ˚(ˆ Properties:°dONLNdX-˚«)U pBestType, pClass, pDeafultType,°dONLNdy˛-    ƒ*pIdentity, pName, pMailAddress°dONLNdôŸ%(5˜Element Classes:°dONLNd™hÇ)èNone°dONLNd∞@HK2(gf7Figure 2 illustrates the inheritance hierarchy for the ê°dONLNdÁ@2Kñ)Íobject classes definedK°dONLNd˝@óK≥)e in the°dONLNdNHY™(ufQMail suite. Listed for each object class are the properties, element classes, and°dONLNdW\Hgü*KApple events that have not been inherited from object classes higher in the°dONLNd£jHu™*inheritance hierarchy.(‰∞The Mail Suite)a7ˇ
  2554. æ◊#ˇ ˇˇˇˇ#◊ 
  2555. d,
  2556.  
  2557. Zapf Dingbats
  2558. .°dONLNdB0I6+Ngn, Palatino
  2559. °dONLNdA@Lg+Figure 1°dONLNd AzLK):/Object inheritance hierarchy for the Mail suite†Ç
  2560. âNz    1ËPˇ¢    ˇˇˇˇˇˇˇˇ8°ñ °öˇ˝
  2561. Óg¯ä,Times.ä,ä,°dONLNdˇˇ(ˆhcObject†ó°ñ °öD"
  2562. Xüü–¿°dONLNdˇˇ(
  2563. Y
  2564. pBestType
  2565. $°dONLNdˇˇ*
  2566. pClass
  2567. œÄ°dONLNdˇˇ*
  2568.  
  2569. pDefaultType
  2570. W¿°dONLNdˇˇ*
  2571. Clone
  2572.  Ä°dONLNdˇˇ*
  2573. Count Elements
  2574. 2İdONLNdˇˇ*
  2575. Create Element
  2576. [İdONLNdˇˇ*
  2577. Delete
  2578. sİdONLNdˇˇ*
  2579. Do Objects Exist
  2580. VİdONLNdˇˇ*
  2581. Get Class Info
  2582.  Ä°dONLNdˇˇ*
  2583.     Get Data
  2584. ∫¿°dONLNdˇˇ*
  2585. Get Data Size
  2586. ÷İdONLNdˇˇ*
  2587. Move
  2588. õ@°dONLNdˇˇ*
  2589. Set Data‚Ä)#
  2590. †ó
  2591. âNz"Ù°g°ñ °ö!
  2592. •)În°dONLNdˇˇ(≠*pFrom
  2593. +İdONLNdˇˇ*
  2594.     pSubject
  2595. *@°dONLNdˇˇ*
  2596. pSendDateTime,
  2597. •@°dONLNdˇˇ*
  2598. pReceived,
  2599. Y°dONLNdˇˇ*
  2600. pHasContent
  2601. êİdONLNdˇˇ*
  2602. cRecipient
  2603. R¿°dONLNdˇˇ*
  2604. cFile†ó
  2605. âNz    1ã#¢u    ˇˇˇˇˇˇˇˇ8°ñ °öˇ˝
  2606. í7úZQİdONLNdˇˇ(ö8cMailer†ó
  2607. âNz ô    ›        1ã$¢v    ˇˇˇˇˇˇˇˇ8°ñ °öˇ˝
  2608. í:úi°dONLNdˇˇ(ö;
  2609. cRecipient†ó°ñ °ö
  2610. ®,æn|@°dONLNdˇˇ(∞-
  2611. pMailAddress
  2612. %@°dONLNdˇˇ*
  2613. pRecipientType†ó
  2614. âNz"ï$ʰñ °ö&
  2615. (+ny°dONLNdˇˇ(0,pAddresseeName
  2616. °dONLNdˇˇ*
  2617. pAddresseeType
  2618. 9İdONLNdˇˇ*
  2619.  
  2620. pAddressType
  2621. ãİdONLNdˇˇ*
  2622.     pAddress
  2623. QİdONLNdˇˇ*
  2624. pDirectory
  2625. ¢@°dONLNdˇˇ*
  2626. pDirectoryType
  2627. °dONLNdˇˇ*
  2628. pDirectoryID†ó
  2629. âNz    1
  2630. #$u    ˇˇˇˇˇˇˇˇ8°ñ °öˇ¸
  2631. 5r]°dONLNdˇˇ(6 cMailAddress†ó
  2632. âNz"#Ê    1”$Ív    ˇˇˇˇˇˇˇˇ8°ñ °öˇ˝
  2633. ⁄:‰^°dONLNdˇˇ+≈cSender†ó°ñ °ö    
  2634. ,g@°dONLNdˇˇ(¯-
  2635. pIdentity
  2636. 
  2637. ¿°dONLNdˇˇ*
  2638. pName
  2639. Î@°dONLNdˇˇ*
  2640. pMailAddress†ó
  2641. âNz"›$Ê"ô#ʆÉ
  2642. d.(‰N8)$Apple Event Registryˇ @◊#ˇ ˇˇˇˇ#◊ 
  2643. d, Palatino
  2644. .°dONLNdCHTÑ+fncMailerû°dONLNdCÑT÷)<    —a Mailer YdY
  2645. °dONLNdiHt√(êfWThe cMailer object class is the class for representation of a Mailer or "mailing label"°dONLNdiwHǬ*Oin a document. A Mailer must be added to a document and a subject and recipient°dONLNdπÖHê¥*Mmust be specified before the document can be mailed (the From field should be°dONLNdìHû®*Ndefaulted by the server).  The other properties and elements of the Mailer are°dONLNdV°H¨p*    optional.°dONLNd`∑H¬º*MEvery cMailer is owned by a Document and appears as an element in exactly one°dONLNdÆ≈H–\*6Document. One document may have zero or more cMailers.°dONLNd€HÊ»*SThe top-most mailer may  or may not be a "draft mailer" which means that it has not°dONLNd9ÈHÙ¶*Lyet been sent. The pReceived property indicates whether this letter has been°dONLNdܘH¬*Wreceived or is being prepared for sending. If a given cMailer is draft mailer, then the°dONLNdfiHê*following apply:,
  2646.  
  2647. Zapf Dingbats
  2648. °dONLNdÔHM*n
  2649. °dONLNdÒV"∑+pReceived is  FALSE.
  2650. °dONLNd+H1M(Ofn
  2651. °dONLNd)V4+#pMailAddress in pFrom is undefined.
  2652. °dONLNd,=HCM(afn
  2653. °dONLNd.;VFÊ+pASendDateTime is undefined.
  2654. °dONLNdKOHUM(sfn
  2655. °dONLNdMMVX–+pHasContent is undefined.
  2656. °dONLNdgaHgM(Öfn
  2657. °dONLNdi_VjI+5pFrom, pSubject, cRecipient and cFile are modifiable.°dONLNdüuHÄh(úfCIf a given cMailer is a received  mailer, then the following apply:
  2658. °dONLNd„âHèM*n
  2659. °dONLNdÂáVí≥+pReceived is  TRUE.
  2660. °dONLNd˘õH°M(øfn
  2661. °dONLNd˚ôV§È+ pIdentity in pFrom is undefined.
  2662. °dONLNd≠H≥M(—fn
  2663. °dONLNd´V∂U+8no properties or elements of the cMailer are modifiable.°dONLNdWÎHˆ}(f
  2664. Superclass°dONLNdbÎùˆ¯)UcObject (Core suite)°dONLNdˇˇ(*∫typeObjectSpecifier°dONLNdwHl(*fDefault°dONLNdH}*
  2665. Descriptor°dONLNdãH*a*Type°dONLNd§7HB{*
  2666. Properties°dONLNd∞IHTy*    pBestType°dONLNd∫Yúd”+T Description:°dONLNd«Yd÷)i-The descriptor type that can contain the most°dONLNdıepœ+ -information from objects of this object class°dONLNd#uúÄÊ(ú∫Object Class ID:°dONLNd4uÄ!)icType°dONLNd:Öúê…(¨∫
  2667. Inherited?°dONLNdEÖêV)iYes, from cObject+ç8The Mail Suite)a9ˇ
  2668. Ã◊#ˇ ˇˇˇˇ#◊ 
  2669. d, Palatino
  2670. .°dONLNdAÑL¬+¢h
  2671. Modifiable or°dONLNdMÑX—* Non-modifiable?°dONLNdMÌX6)iNon-modifiable°dONLNd-_0jN(ÜNpClass°dONLNd4oÑzª+T Description:°dONLNdAoÌz¬)i0The four-character class ID for the object class°dONLNdrÑäŒ(¶¢Object Class ID:°dONLNdÉÌä    )icType°dONLNdâèÑö±(∂¢
  2672. Inherited?°dONLNdîèÌö>)iYes, from cObject°dONLNd¶üÑ™¬(Δ¢
  2673. Modifiable or°dONLNd¥´Ñ∂—* Non-modifiable?°dONLNdƒ´Ì∂6)iNon-modifiable°dONLNd”Ω0»o(‰N pDefaultType°dONLNd‡ÕÑÿª+T Description:°dONLNdÌÕÌÿ¬)i0The default descriptor type for the object class°dONLNd›ÑËŒ(¢Object Class ID:°dONLNd/›ÌË    )icType°dONLNd5Ìѯ±(¢
  2674. Inherited?°dONLNd@Ì̯>)iYes, from cObject°dONLNdR˝Ñ¬($¢
  2675. Modifiable or°dONLNd`    Ñ—* Non-modifiable?°dONLNdp    Ì6)iNon-modifiable°dONLNd0&O(BNpFrom°dONLNdÖ+Ñ6ª+T Description:°dONLNdí+Ì6—)i2The sender of this mailer. The pIdentity contained°dONLNd≈7ÓB€+ 8within the sender is only valid if the given Mailer is a°dONLNd˛CÓNfi* 6draft Mailer.  This is only modifiable when the Mailer°dONLNd5OÓZ7* is a draft Mailer.°dONLNdH_ÑjŒ(Ü¢Object Class ID:°dONLNdY_Ìj)icSender°dONLNdaoÑz±(ñ¢
  2676. Inherited?°dONLNdloÌz¸)iNo°dONLNdoÑä¬(¶¢
  2677. Modifiable or°dONLNd}ãÑñ—* Non-modifiable?°dONLNdçãÌñ)i
  2678. Modifiable°dONLNdòù0®X(ƒNpSubject°dONLNd°≠Ñ∏ª+T Description:°dONLNdÆ≠Ì∏±)i.The subject of a received letter. This is only°dONLNd›πÓƒ∑+ -modifiable when the Mailer is a draft Mailer.°dONLNd …Ñ‘Œ(¢Object Class ID:°dONLNd…Ì‘)i    cIntlText°dONLNd&ŸÑ‰±(¢
  2679. Inherited?°dONLNd1ŸÌ‰¸)iNo°dONLNd4ÈÑÙ¬(¢
  2680. Modifiable or°dONLNdBıÑ—* Non-modifiable?°dONLNdRıÌ)i
  2681. Modifiable°dONLNd]0{(.N
  2682. pSendDateTime°dONLNdkÑ"ª+T Description:°dONLNdxÌ"’)i5The sending date and time of the letter. This is only°dONLNdÆ#Ó.–+ 0defined when the given Mailer has been received.°dONLNdfl3Ñ>Œ(Z¢Object Class ID:°dONLNd3Ì>)i    cDateTime°dONLNd˙CÑN±(j¢
  2683. Inherited?°dONLNdCÌN¸)iNo°dONLNdSÑ^¬(z¢
  2684. Modifiable or°dONLNd_Ñj—* Non-modifiable?°dONLNd&_Ìj6)iNon-modifiable(‰N10)$Apple Event Registryˇ≤◊#ˇ ˇˇˇˇ#◊ 
  2685. d, Palatino
  2686. .°dONLNdAHLx+fh    pReceived°dONLNd
  2687. Qú\”+T Description:°dONLNdQ\Ë)i3This flag indicates whether or not the given mailer°dONLNdK]h¯+ 5has been received or is a draft mailer being prepared°dONLNdÅit;* for sending.°dONLNdéyúÑÊ(†∫Object Class ID:°dONLNdüyÑ0)icBoolean°dONLNd®âúî…(∞∫
  2688. Inherited?°dONLNd≥âî)iNo°dONLNd∂ôú§⁄(¿∫
  2689. Modifiable or°dONLNdƒ•ú∞È* Non-modifiable?°dONLNd‘•∞N)iNon-modifiable°dONLNd„∑H¬Ü(fif pHasContent°dONLNdÔ«ú“”+T Description:°dONLNd¸«“Î)i5This flag indicates whther or not there is new letter°dONLNd2”fi∂+ 'content associated with a given mailer.°dONLNdZ„úÓÊ(
  2690. ∫Object Class ID:°dONLNdk„Ó0)icBoolean°dONLNdtÛú˛…(∫
  2691. Inherited?°dONLNdÛ˛)iNo°dONLNdÇú⁄(*∫
  2692. Modifiable or°dONLNdêúÈ* Non-modifiable?°dONLNd†N)iNon-modifiable°dONLNdØ'H2ô(NfElement Classes°dONLNdøCHNx*
  2693. cRecipient°dONLNd Sú^”+T Description:°dONLNd◊S^“)i-A Recipient to whom this letter is addressed.°dONLNdcún…(ä∫
  2694. Inherited?°dONLNdcn)iNo°dONLNdsú~⁄(ö∫
  2695. Modifiable or°dONLNd!úäÈ* Non-modifiable?°dONLNd1ä7)i
  2696. Modifiable°dONLNd<èõöœ(∂π
  2697. Key Forms:°dONLNdGèöÚ)j/formAbsolutePosition, formName, formPropertyID,°dONLNdwõ¶À* )formRange, formRelativePosition, formTest°dONLNd°∑H¬](fifcFile°dONLNdß«ú“”+T Description:°dONLNd¥«“r)iAn enclosed document.°dONLNd ◊ú‚…(˛∫
  2698. Inherited?°dONLNd’◊‚)iNo°dONLNdÿÁúÚ⁄(∫
  2699. Modifiable or°dONLNdÊÛú˛È* Non-modifiable?°dONLNdˆÛ˛7)i
  2700. Modifiable°dONLNdõœ(*π
  2701. Key Forms:°dONLNd Ú)j/formAbsolutePosition, formName, formPropertyID,°dONLNd<À* )formRange, formRelativePosition, formTest+çÆThe Mail Suite)\11ˇæ◊#ˇ ˇˇˇˇ#◊ 
  2702. d, Palatino
  2703. .°dONLNdA0Ls+Nh Apple Events°dONLNdQÑ\+T!Apple events from the Core suite:°dONLNd0aÑlü*Clone°dONLNd6a$lç)†Inherited from cObject°dONLNdMqÑ|Õ(ò¢Count Elements°dONLNd\q$|ç)†Inherited from cObject°dONLNdsÅÑåÀ(®¢Create Element°dONLNdÇÅ$åç)†Inherited from cObject°dONLNdôëÑú–(∏¢Do Objects Exist°dONLNd™ë$úç)†Inherited from cObject°dONLNd¡°Ñ¨ƒ(»¢Get Class Info°dONLNd–°$¨ç)†Inherited from cObject°dONLNdÁ±Ñº≠(ÿ¢Get Data°dONLNd±$ºç)†Inherited from cObject°dONLNd¡Ñì(Ë¢
  2704. Get Data Size°dONLNd¡$Ãç)†Inherited from cObject°dONLNd,—Ñ‹´(¯¢Set Data°dONLNd5—$‹ç)†Inherited from cObject(‰N12)$Apple Event Registryˇ ◊#ˇ ˇˇˇˇ#◊ 
  2705. d, Palatino
  2706. .°dONLNdCHT∑+fn cMailAddress
  2707. °dONLNd C∏Tº)p—a representation of an address YdY
  2708. °dONLNd,iHt«(êfVThe cMailAddress object class is the class for the representation of a destination for°dONLNdÉwHÇ√*Va letter.  In addition to the information necessary for the appropriate mail transport°dONLNd⁄ÖHêΔ*Vto deliver the letter, cMailAddress includes the name, and if appropriate, the type of°dONLNd1ìHû∂*Rdestination being  mailed to.  Note that the cMailAddress here is identical to the°dONLNdѰH¨»*Rone found in the collaborative information suite except that no pName is supported°dONLNd◊ØH∫å*i the Mail suite.°dONLNdÈ«H“}*
  2709. Superclass°dONLNdÙ«´“Œ)ccObject°dONLNdˇˇ(∫ typeIntlText°dONLNd¸flHÍl(fDefault°dONLNdÌH¯}*
  2710. Descriptor°dONLNd˚Ha*Type°dONLNd"H{*
  2711. Properties°dONLNd.%H0y*    pBestType°dONLNd85ú@”+T Description:°dONLNdE5@÷)i-The descriptor type that can contain the most°dONLNdsALœ+ -information from objects of this object class°dONLNd°Qú\Ê(x∫Object Class ID:°dONLNd≤Q\!)icType°dONLNd∏aúl…(à∫
  2712. Inherited?°dONLNd√alV)iYes, from cObject°dONLNd’qú|⁄(ò∫
  2713. Modifiable or°dONLNd„}úàÈ* Non-modifiable?°dONLNdÛ}àN)iNon-modifiable°dONLNdèHöf(∂fpClass°dONLNd    üú™”+T Description:°dONLNdü™⁄)i0The four-character class ID for the object class°dONLNdGØú∫Ê(÷∫Object Class ID:°dONLNdXØ∫!)icType°dONLNd^øú …(Ê∫
  2714. Inherited?°dONLNdiø V)iYes, from cObject°dONLNd{œú⁄⁄(ˆ∫
  2715. Modifiable or°dONLNdâ€úÊÈ* Non-modifiable?°dONLNdô€ÊN)iNon-modifiable°dONLNd®ÌH¯á(f pDefaultType°dONLNdµ˝ú”+T Description:°dONLNd¬˝⁄)i0The default descriptor type for the object class°dONLNdÛ
  2716. úÊ(4∫Object Class ID:°dONLNd
  2717. !)icType°dONLNd
  2718. ú(…(D∫
  2719. Inherited?°dONLNd(V)iYes, from cObject°dONLNd'-ú8⁄(T∫
  2720. Modifiable or°dONLNd59úDÈ* Non-modifiable?°dONLNdE9DN)iNon-modifiable°dONLNdTKHVù(rfpAddresseeName°dONLNdc[úf”+T Description:°dONLNdp[fÅ)iThe name of the addressee°dONLNdãkúvÊ(í∫Object Class ID:°dONLNdúkv-)i    cIntlText°dONLNd¶{úÜ…(¢∫
  2721. Inherited?°dONLNd±{Ü)iNo°dONLNd¥ãúñ⁄(≤∫
  2722. Modifiable or+ˆ2The Mail Suite)\13ˇ $◊#ˇ ˇˇˇˇ#◊ 
  2723. d, Palatino
  2724. .°dONLNdAÑL—+¢hNon-modifiable?°dONLNdAÌL6)iNon-modifiable°dONLNdS0^(zNpAddresseeType°dONLNd.cÑnª+T Description:°dONLNd;cÌnÿ)i5The type of the addressee. For Mail, this is normally°dONLNdˇˇ(ñ
  2725.    'User'.°dONLNdyÑäŒ(¶¢Object Class ID:°dONLNdäÌä    )icType°dONLNdêèÑö±(∂¢
  2726. Inherited?°dONLNdõèÌö¸)iNo°dONLNdûüÑ™¬(Δ¢
  2727. Modifiable or°dONLNd¨ØÑ∫—*Non-modifiable?°dONLNdºØÌ∫6)iNon-modifiable°dONLNdÀ¡0Ãt(ËN pAddressType°dONLNdÿ—Ñ‹ª+T Description:°dONLNd—̋Y)iThe type of the address°dONLNd˝·ÑÏŒ(¢Object Class ID:°dONLNd·ÌÏ    )icType°dONLNdÒѸ±(¢
  2728. Inherited?°dONLNdÒ̸¸)iNo°dONLNd"Ñ ¬((¢
  2729. Modifiable or°dONLNd0
  2730. Ñ—* Non-modifiable?°dONLNd@
  2731. Ì6)iNon-modifiable°dONLNdO0*](FNpAddress°dONLNdX/Ñ:ª+T Description:°dONLNde/Ì:±)i+The actual address of the type specified by°dONLNdë;ÓFÃ+ .pAddressType in the address space specified by°dONLNd¿GÓR9* pAddressSpace.°dONLNdœWÑbŒ(~¢Object Class ID:°dONLNd‡WÌb)i    cIntlText°dONLNdÍgÑr±(é¢
  2732. Inherited?°dONLNdıgÌr¸)iNo°dONLNd¯wÑǬ(û¢
  2733. Modifiable or°dONLNdÉÑé—* Non-modifiable?°dONLNdÉÌé6)iNon-modifiable°dONLNd%ï0†b(ºN
  2734. pDirectory°dONLNd0•Ñ∞ª+T Description:°dONLNd=•Ì∞—)i/The name of the address space or the subaddress°dONLNdm±Óº”+ 2space specified as a path within the address space°dONLNd†ΩÓ»œ* 3for direct addressing or the directory or directory°dONLNd‘…Ó‘à* "node path for indirect addressing.°dONLNd˜ŸÑ‰Œ(¢Object Class ID:°dONLNdŸÌ‰)i    cIntlText°dONLNdÈÑÙ±(¢
  2735. Inherited?°dONLNdÈÌÙ¸)iNo°dONLNd ˘Ñ¬( ¢
  2736. Modifiable or°dONLNd.Ñ—* Non-modifiable?°dONLNd>Ì6)iNon-modifiable°dONLNdM0"y(>NpDirectoryType°dONLNd\'Ñ2ª+T Description:°dONLNdi'Ì2±)i+The type of the address space or directory.°dONLNdï7ÑBŒ(^¢Object Class ID:°dONLNd¶7ÌB    )icType°dONLNd¨GÑR±(n¢
  2737. Inherited?°dONLNd∑GÌR¸)iNo°dONLNd∫WÑb¬(~¢
  2738. Modifiable or°dONLNd»cÑn—* Non-modifiable?°dONLNdÿcÌn6)iNon-modifiable°dONLNdÁu0Än(úN pDirectoryID°dONLNdÙÖÑêª+T Description:°dONLNdÖÌê )i0The unique ID of the address space or directory.(‰N14)$Apple Event Registryˇ¿◊#ˇ ˇˇˇˇ#◊ 
  2739. d, Palatino
  2740. .°dONLNdAúLÊ+∫hObject Class ID:°dONLNdALB)i cLongInteger°dONLNdQú\…(x∫
  2741. Inherited?°dONLNd)Q\)iNo°dONLNd,aúl⁄(à∫
  2742. Modifiable or°dONLNd:múxÈ* Non-modifiable?°dONLNdJmxN)iNon-modifiable°dONLNdYÖHêô(¨fElement Classes°dONLNdiÖ´ê≈)cNone°dONLNdnùH®ã(ƒf Apple Events°dONLNd|≠ú∏6+T!Apple events from the Core suite:°dONLNdûΩú»∑*Clone°dONLNd§Ω<»•)†Inherited from cObject°dONLNdªÕúÿÂ(Ù∫Count Elements°dONLNd Õ<ÿ•)†Inherited from cObject°dONLNd·›úË„(∫Create Element°dONLNd›<Ë•)†Inherited from cObject°dONLNdÌú¯∫(∫Delete°dONLNdÌ<¯•)†Inherited from cObject°dONLNd%˝úË($∫Do Objects Exist°dONLNd6˝<•)†Inherited from cObject°dONLNdM
  2743. ú‹(4∫Get Class Info°dONLNd\
  2744. <•)†Inherited from cObject°dONLNdsú(≈(D∫Get Data°dONLNd|<(•)†Inherited from cObject°dONLNdì-ú8⁄(T∫
  2745. Get Data Size°dONLNd°-<8•)†Inherited from cObject°dONLNd∏=úH∑(d∫Move°dONLNdΩ=<H•)†Inherited from cObject°dONLNd‘MúX√(t∫Set Data°dONLNd›M<X•)†Inherited from cObject(‰∞The Mail Suite)\15ˇ
  2746. Δ◊#ˇ ˇˇˇˇ#◊ 
  2747. d, Palatino
  2748. .°dONLNdC0TÑ+Nn
  2749. cRecipient™°dONLNd
  2750. CÑTè)T"—an entry in a Mailer address list YLYˇ
  2751. °dONLNd-i0të(êNOThe cRecipient object class is used to represent one destination specified in a°dONLNd}w0Çç*Rmailer. In addition to specifying the mail address for the recipient, it specifies°dONLNd–Ö0êñ*Rwhether the recipient is a primary recipient (To:), copied recipent (CC:) or blind°dONLNd"Öóêö(¨µ-°dONLNd#ì0ûõ(∫Ncopied recipient (BCC:).°dONLNd<´0∂e*
  2752. Superclass°dONLNdG´Ö∂‡)UcObject (Core suite)°dONLNdu√ÑŒfl(Í¢typeObjectSpecifier°dONLNd\√0ŒT(ÍNDefault°dONLNdd—0‹e*
  2753. Descriptor°dONLNdpfl0ÍI*Type°dONLNdâ˜0c*
  2754. Properties°dONLNdï    0a*    pBestType°dONLNdüÑ$ª+T Description:°dONLNd¨Ì$æ)i-The descriptor type that can contain the most°dONLNd⁄%Ó0∑+ -information from objects of this object class°dONLNd5Ñ@Œ(\¢Object Class ID:°dONLNd5Ì@    )icType°dONLNdEÑP±(l¢
  2755. Inherited?°dONLNd*EÌP>)iYes, from cObject°dONLNd<UÑ`¬(|¢
  2756. Modifiable or°dONLNdJaÑl—* Non-modifiable?°dONLNdZaÌl6)iNon-modifiable°dONLNdis0~N(öNpClass°dONLNdpÉÑéª+T Description:°dONLNd}ÉÌé¬)i0The four-character class ID for the object class°dONLNdÆìÑûŒ(∫¢Object Class ID:°dONLNdøìÌû    )icType°dONLNd≈£ÑƱ( ¢
  2757. Inherited?°dONLNd–£ÌÆ>)iYes, from cObject°dONLNd‚≥Ñæ¬(⁄¢
  2758. Modifiable or°dONLNdøÑ —* Non-modifiable?°dONLNdøÌ 6)iNon-modifiable°dONLNd—0‹o(¯N pDefaultType°dONLNd·ÑϪ+T Description:°dONLNd)·ÌϬ)i0The default descriptor type for the object class°dONLNdZÒѸŒ(¢Object Class ID:°dONLNdkÒ̸    )icType°dONLNdqÑ ±((¢
  2759. Inherited?°dONLNd|Ì >)iYes, from cObject°dONLNdéѬ(8¢
  2760. Modifiable or°dONLNdúÑ(—* Non-modifiable?°dONLNd¨Ì(6)iNon-modifiable°dONLNdª/0:r(VN pMailAddress°dONLNd»?ÑJª+T Description:°dONLNd’?ÌJà)i#The mail address for the recipient.°dONLNd˙OÑZŒ(v¢Object Class ID:°dONLNd OÌZ)i    cIntlText°dONLNd_Ñj±(Ü¢
  2761. Inherited?°dONLNd _Ìj¸)iNo°dONLNd#oÑz¬(ñ¢
  2762. Modifiable or°dONLNd1{ÑÜ—* Non-modifiable?°dONLNdA{ÌÜ)i
  2763. Modifiable(‰N16)$Apple Event Registryˇ‡◊#ˇ ˇˇˇˇ#◊ 
  2764. d, Palatino
  2765. .°dONLNdAHLë+fhpRecipientType°dONLNdQú\”+T Description:°dONLNdQ\ı)i7Specifies To:, CC:, or BCC:. The value of this property°dONLNdT]hÿ+ *will be kAEToRecipient, kAECCRecipient and°dONLNditñ* kAEBCCRecipient respectively.°dONLNdùyúÑÊ(†∫Object Class ID:°dONLNdÆyÑE)i cEnumeration°dONLNdªâúî…(∞∫
  2766. Inherited?°dONLNdΔâî)iNo°dONLNd…ôú§⁄(¿∫
  2767. Modifiable or°dONLNd◊•ú∞È* Non-modifiable?°dONLNdÁ•∞7)i
  2768. Modifiable°dONLNdÚΩH»ô(‰fElement Classes°dONLNdΩ´»≈)cNone°dONLNd’H‡ã(¸f Apple Events°dONLNdÂú6+T!Apple events from the Core suite:°dONLNd7ıú∑*Clone°dONLNd=ı<•)†Inherited from cObject°dONLNdTúÂ(,∫Count Elements°dONLNdc<•)†Inherited from cObject°dONLNdzú „(<∫Create Element°dONLNdâ< •)†Inherited from cObject°dONLNd†%ú0∫(L∫Delete°dONLNdß%<0•)†Inherited from cObject°dONLNdæ5ú@Ë(\∫Do Objects Exist°dONLNdœ5<@•)†Inherited from cObject°dONLNdÊEúP‹(l∫Get Class Info°dONLNdıE<P•)†Inherited from cObject°dONLNd Uú`≈(|∫Get Data°dONLNdU<`•)†Inherited from cObject°dONLNd,eúp⁄(å∫
  2769. Get Data Size°dONLNd:e<p•)†Inherited from cObject°dONLNdQuúÄ∑(ú∫Move°dONLNdVu<Ä•)†Inherited from cObject°dONLNdmÖúê√(¨∫Set Data°dONLNdvÖ<ê•)†Inherited from cObject(‰∞The Mail Suite)\17ˇ    ◊#ˇ ˇˇˇˇ#◊ 
  2770. d, Palatino
  2771. .°dONLNdC0Tï+Nn,cSender—the entry in the Mailer's From field YLYˇ
  2772. °dONLNd-a0lŸ*aThe cSender object class is the class for representation of the sender of a letter. The pIdentity°dONLNdèo0zø*^property of this object is only valid (and modifiable) in a draft mailer. It is undefined in a°dONLNdÓ}0à÷*brecieved letter. Likewise, the pMailAddress property is invalid for a draft letter but valid for a°dONLNdQã0ñs*received letter.°dONLNdb£0Æe*
  2773. Superclass°dONLNdm£ÖƇ)UcObject (Core suite)°dONLNdõªÑΔfl(‚¢typeObjectSpecifier°dONLNdǪ0ΔT(‚NDefault°dONLNdä…0‘e*
  2774. Descriptor°dONLNdñ◊0‚I*Type°dONLNdØÔ0˙c*
  2775. Properties°dONLNdª0 a*    pBestType°dONLNd≈Ѫ+T Description:°dONLNd“Ìæ)i-The descriptor type that can contain the most°dONLNdÓ(∑+ -information from objects of this object class°dONLNd.-Ñ8Œ(T¢Object Class ID:°dONLNd?-Ì8    )icType°dONLNdE=ÑH±(d¢
  2776. Inherited?°dONLNdP=ÌH>)iYes, from cObject°dONLNdbMÑX¬(t¢
  2777. Modifiable or°dONLNdpYÑd—* Non-modifiable?°dONLNdÄYÌd6)iNon-modifiable°dONLNdèk0vN(íNpClass°dONLNdñ{Ñܪ+T Description:°dONLNd£{Ìܬ)i0The four-character class ID for the object class°dONLNd‘ãÑñŒ(≤¢Object Class ID:°dONLNdÂãÌñ    )icType°dONLNdÎõѶ±(¬¢
  2778. Inherited?°dONLNdˆõ̶>)iYes, from cObject°dONLNd´Ñ∂¬(“¢
  2779. Modifiable or°dONLNd∑Ѭ—* Non-modifiable?°dONLNd&∑̬6)iNon-modifiable°dONLNd5…0‘o(N pDefaultType°dONLNdBŸÑ‰ª+T Description:°dONLNdOŸÌ‰¬)i0The default descriptor type for the object class°dONLNdÄÈÑÙŒ(¢Object Class ID:°dONLNdëÈÌÙ    )icType°dONLNdó˘Ñ±( ¢
  2780. Inherited?°dONLNd¢˘Ì>)iYes, from cObject°dONLNd¥    Ñ¬(0¢
  2781. Modifiable or°dONLNd¬Ñ —* Non-modifiable?°dONLNd“Ì 6)iNon-modifiable(‰N18)$Apple Event Registryˇ    ◊#ˇ ˇˇˇˇ#◊ 
  2782. d, Palatino
  2783. .°dONLNdAHLr+fh    pIdentity°dONLNd
  2784. Qú\”+T Description:°dONLNdQ\Û)i6The AOCE identity of the sender. This is only valid if°dONLNdN]hÎ+ 5the identity has already been explicitly set and will°dONLNdÑitô* #not be valid for a recieved letter.°dONLNd®yúÑÊ(†∫Object Class ID:°dONLNdπyÑB)i cLongInteger°dONLNdΔâúî…(∞∫
  2785. Inherited?°dONLNd—âî)iNo°dONLNd‘ôú§⁄(¿∫
  2786. Modifiable or°dONLNd‚•ú∞È* Non-modifiable?°dONLNdÚ•∞7)i
  2787. Modifiable°dONLNd˝∑H¬ä(fif pMailAddress°dONLNd
  2788. «ú“”+T Description:°dONLNd«“‚)i2The mail address of the sender. This is only valid°dONLNdJ”fi+ when the letter is received.°dONLNdg„úÓÊ(
  2789. ∫Object Class ID:°dONLNdx„ÓE)i cMailAddress°dONLNdÖÛú˛…(∫
  2790. Inherited?°dONLNdêÛ˛)iNo°dONLNdìú⁄(*∫
  2791. Modifiable or°dONLNd°úÈ* Non-modifiable?°dONLNd±N)iNon-modifiable°dONLNd¿!H,k(HfpName°dONLNdΔ1ú<”+T Description:°dONLNd”1<s)iThe name of the sender.°dONLNdÎAúLÊ(h∫Object Class ID:°dONLNd¸AL-)i    cIntlText°dONLNdQú\…(x∫
  2792. Inherited?°dONLNdQ\)iNo°dONLNdaúl⁄(à∫
  2793. Modifiable or°dONLNd"múxÈ* Non-modifiable?°dONLNd2mxN)iNon-modifiable°dONLNdAÖHêô(¨fElement Classes°dONLNdQÖ´ê≈)cNone°dONLNdVùH®ã(ƒf Apple Events°dONLNdd≠ú∏4+T Apple events from the Core suite°dONLNdÖΩú»Â*Count Elements°dONLNdîΩ<»•)†Inherited from cObject°dONLNd´ÕúÿË(Ù∫Do Objects Exist°dONLNdºÕ<ÿ•)†Inherited from cObject°dONLNd”›úË‹(∫Get Class Info°dONLNd‚›<Ë•)†Inherited from cObject°dONLNd˘Ìú¯≈(∫Get Data°dONLNdÌ<¯•)†Inherited from cObject°dONLNd˝ú⁄($∫
  2794. Get Data Size°dONLNd'˝<•)†Inherited from cObject°dONLNd>
  2795. ú√(4∫Set Data°dONLNdG
  2796. <•)†Inherited from cObject+V∞The Mail Suite)\19ˇ ◊#ˇ ˇˇˇˇ#◊ 
  2797. d, Palatino
  2798. .°dONLNdC0Tz+Nn*Descriptor types defined in the Mail suite YLYˇ
  2799. °dONLNd+i0tû*"QThe new descriptor types defined in the Mail suite are described in the following°dONLNd}w0ÇR*section.,
  2800.  
  2801. Zapf Dingbats
  2802. °dONLNdá£0™6**n
  2803. °dONLNdâ¢@≠d+Table 3°dONLNdë¢z≠7):*Descriptor types defined in the Mail suite
  2804.     °dONLNdº∫0ƒv(‡NDescriptor type°dONLNdÃ∫≠ƒ·)} Description ’L’ˇ ÂL¡
  2805. °dONLNdÿ–0€Ä(˜NtypeMailAddress°dONLNdË–≠€!)}a mail address descriptor°dONLNd‡0Îå(NtypePackedDSSpec °dONLNd‡≠Îd)}#an AOCE PackedDSSpec data structure
  2806. °dONLNd80∫(/NtypeMailAddress≈°dONLNdG∫ï)ä—a mail address descriptor Lˇ
  2807. °dONLNdb*05´(QNPA typeMailAddress descriptor record contains the data for a cMailAddress object.°dONLNd≥80Cì*OIt includes all the information necessary to recreate the original cMailAddress°dONLNdF0QN*object.°dONLNd ^0ij* Description°dONLNd^ìi∞)c<To create a typeMailAddress descriptor record, you coerce an°dONLNdTlìw¶*=AE record containing the following fields into the equivalent°dONLNdízìÖ7*"typeMailAddress descriptor record:
  2808.     °dONLNdµíÑú¨(∏¢Keyword°dONLNdΩíÎú1)gDescriptor type°dONLNdÕíHú|)] Description ≠†≠ˇ Ω†Ωˇ
  2809. °dONLNdŸ®Ñ≥Œ(œ¢keyAEDirectory°dONLNdË®ˆ≥.)r typeIntlText°dONLNdı®H≥ö)Rthe address space°dONLNd∏Ñ√Â(fl¢keyAEDirectoryType°dONLNd∏ˆ√.)r typeIntlText°dONLNd'∏H√±)Rthe address space type°dONLNd>»Ñ”⁄(Ô¢keyAEDirectoryID°dONLNdO»ˆ”.)r typeIntlText°dONLNd\»H”ö)Rthe address space°dONLNdn÷H·Ö*
  2810. discriminator°dONLNd|ÊÑÒ·(
  2811. ¢keyAEAddressType°dONLNdçʈÒ.)r typeIntlText°dONLNdöÊHÒî)Rthe address type°dONLNd´ˆÑ…(¢ keyAEAddress°dONLNd∏ˆˆ.)r typeIntlText°dONLNd≈ˆH∑)Rthe actual address in the°dONLNdflHµ*specified address space°dONLNd˜ÑÎ(;¢keyAEAdresseeName°dONLNd    ˆ.)r typeIntlText°dONLNdHß)Rthe addressee  name°dONLNd*$Ñ/Ï(K¢keyAEAddresseeType°dONLNd=$ˆ/.)r typeIntlText°dONLNdJ$H/°)Rthe addressee  type°dONLNd^:ÑE}(a¢5All Mail Apple event servers must support coercion of°dONLNdîHÑS∫*@typeMailAddress into typeIntlText  and the reverse. When mapping°dONLNd’VÑa£*@the data into IntlText the format described below is to be used.°dONLNdlÑwM*,The following characters are used as tokens:°dONLNdDÇúç+"".",   "<",   ">",   "@"  and  "\"(‰N20)$Apple Event Registryˇ ◊#ˇ ˇˇˇˇ#◊ 
  2812. d, Palatino
  2813. .°dONLNdAúL¿+∫hBThe latter is the escape character for quoting the other tokens in°dONLNdCOúZ*2fields where they are reserved as indicated below.°dONLNdweúp…*BThe component fields of the string address are listed below. Every°dONLNd∫sú~—*@field except the Addressee Name and the Directory Name field can°dONLNd˚Åúåj*+be optional depending on the circumstances.°dONLNd(ùl®ö(ƒä?NAM = Addressee Name (".", "<" and "@" must be quoted with "\")°dONLNdi´l∂ä*TYP = °dONLNdp´ê∂ƒ)$EAddressee Type ('User' if not specified, "<" must be quoted with "\")°dONLNd¡πlƒä(‡äEXT = °dONLNd»πêƒ)$Address Type (Default = 'entn')°dONLNdË«H“M(Óf  °dONLNdΫl“ã)$EXV = °dONLNdÚ«ê“Y)$+Address Value (">" must be quoted with "\")°dONLNd’l‡ä(¸äDIR = °dONLNd&’ꇑ)$EDirectory or Address Space Name ("." and "<" must be quoted with "\")°dONLNdn„êÓ´*:This may be expressed as a Path{Subspace of Address Space}°dONLNd©ÒH¸\(f        °dONLNd≥Òê¸Â)HEso it would be (NODENAME.)*DIR where "(_)*" means "zero or more of _"°dONLNdˇl
  2814. â(&äDIT = °dONLNdˇê
  2815. Â)$HDirectory or Address Space Type ('adap' used if ambiguous & unspecified)°dONLNdY
  2816. lã(4äDID = °dONLNd`
  2817. ê◊)$GDirectory or Address Space Discriminator (Required if DIT is specified)°dONLNd®#ú.≈+ @The TYP, EXT, and DIT fields are all four bytes which may be any°dONLNdÈ1ú<$*displayable ASCII characters.°dONLNdGúR¢*;The string representation for addresses is then as follows:°dONLNdD]¥hg+NAM.TYP<EXT.EXV>@DIR<DIT.DID>°dONLNdoyHÑv(†f    Examples:°dONLNdyïH†
  2818. *#Michael Bayer@Evangelism.MSAD.APPLE°dONLNdù£HƘ*M\. Bayer@Evangelism.MSAD.APPLE°dONLNdΩøH "*(Michael Bayer.User@Evangelism.MSAD.APPLE°dONLNdÊÕHÿ*'Evangelists.Group@Evangelism.MSAD.APPLE°dONLNd€Hʈ*NASDAQ.StockAgent@CORP.APPLE°dONLNd+˜H~*;Michael Bayer<entn.123.456>@Evangelism.MSAD.APPLE<adap,001>°dONLNdgHx*7Michael Bayer<alan.MBQuadra.Evangelism>@AppleR&DNetwork°dONLNdüH    *'Michael Bayer<fax .+1(408)974-1211>@FAX°dONLNd«!H,ó*?Michael Bayer<smtp.bayer1@applelink.apple.com>@INTERNET<smtp,0>°dONLNd/H:    *$Michael Bayer<alnk.BAYER1>@AppleLink°dONLNd,KHV¡*PNOTE: These string representations of an address are always represented using an°dONLNd}YHdÍ*cappropriate script code. The tokens listed above (".",  "<",  ">",  "@" and "\") are represented in°dONLNd·gHrÊ*Zthe script specified by the IntlText. The Addressee Type, Extension Type and the Directory°dONLNd<uHÄâ*CType are each 4 Bytes and are always interpreted using Roman ASCII.(‰∞The Mail Suite)\21ˇ6◊#ˇ ˇˇˇˇ#◊ 
  2819. d, Palatino
  2820. .°dONLNdA0R +NltypePackedDSSpecx°dONLNdAÀR¶)õ—a mail address descriptor WLWˇ
  2821. °dONLNd+i0tî(êNIA typePackedDSSpec descriptor record contains the data for a cMailAddress°dONLNduw0ǃ*object represented as an AOCE ,
  2822. CourierL°dONLNdìv≈Ç
  2823. )ï PackedDSSpecL°dONLNdüw
  2824. Çù)H! data structure as defined in the°dONLNd¡Ö0êÇ(¨NKAOCE Utilities chapter of Inside Macintosh. It includes all the information°dONLNd
  2825. ì0û,*7necessary to recreate the original cMailAddress object.°dONLNdE©0¥õ*KAll Mail Apple event servers must support coercion of typePackedDSSpec into°dONLNdë∑0¬£*MtypeIntlText  and typeMailAddress and the reverse. When mapping the data into°dONLNdfl≈0–§*PtypeIntlText the same format described for coercion of typeMailAddress  is to be°dONLNd0”0fiG*used.(‰N22)$Apple Event Registryˇ2◊#ˇ ˇˇˇˇ#◊ 
  2826. d, Palatino
  2827. .°dONLNdCHT_+fn#Key forms defined in the Mail suite YdY
  2828. °dONLNd$iHt±*"STable 4 lists the key forms defined in the Mail suite. The italicized words in each°dONLNdxwHÇ™*Nexample correspond to the key (the portion of the object specifier record that°dONLNd«ÖHê¬*Tdistinguishes an object from other objects of the same class in the same container).°dONLNdìHû∞*JFor more information about keys and key forms, see the Apple Event Manager°dONLNdg°H¨y* chapter of “°dONLNdr°y¨f)10Inside Macintosh: InterApplication Communication°dONLNdˇˇ)Ë   .,
  2829.  
  2830. Zapf Dingbats
  2831. °dONLNd§ÕH‘N(Úfn
  2832. °dONLNd¶ÃX◊|+Table 4°dONLNdÆÃí◊2):#Key forms defined in the Mail suite
  2833.     °dONLNd“‰HÓö(
  2834. fKey form constant°dONLNd‰‰ΔÓ˙)~ Description ˇdˇ d
  2835. °dONLNd˙H≠(!fformAbsolutePosition°dONLNd˙Δ∂)~7Specifies the position of an element in relation to the°dONLNd=Δπ*6beginning or end of its container (for example, “word ¬°dONLNdsπ¿)Û5 H°dONLNdu¡·) of . . . ”),°dONLNdÇΔ!⁄(=‰<or specifies one or more elements with a constant defined in°dONLNdø$Δ/p*#the Apple Event Manager chapter of °dONLNd‚$q/¬)´Inside Macintosh:°dONLNdÙ2Δ=_(Y‰InterApplication CommunicationP°dONLNd2`=¬)ö, such as kAEFirst (for°dONLNd*@ΔK(g‰example, “the fi°dONLNd8@K)@first°dONLNd=@K‘)- word in paragraph 12 . . . ”) or kAEAll (for°dONLNdkNΔYı(u‰
  2836. example, “ª°dONLNduNıY)/all ∞°dONLNdyNYè)
  2837. "the words in paragraph 12 . . . ”)°dONLNdú^Hiz(ÖfformName°dONLNd•^ΔiÆ)~3Specifies an element by its name (for example, “the°dONLNdŸlΔw˜*    document =°dONLNd‚l¯wH)2named ‘MyDoc’ ”˰dONLNdÒlHwJ)P)°dONLNdÛ|Háí(£fformPropertyID°dONLNd|Δáπ)~7Specifies a property of an object by its four-character°dONLNd:äΔï=*property ID (for example, 
  2838. °dONLNdTä>ïe)x    “the fontT°dONLNd]äeïô)'  of word 1”)°dONLNdjöH•{(¡f    formRange°dONLNdtöΔ•√)~7Specifies a list of elements between two other elements°dONLNd¨®Δ≥8*(for example, “the words õ°dONLNd≈®8≥¬)rbetween ‘Wild’ and ‘Zanzibar,’°dONLNd‰∂Δ¡Ì(›‰    inclusive5°dONLNdÌ∂Ó¡Ù)(”)°dONLNdΔH—®(ÌfformRelativePosition°dONLNdΔΔ—¨)~2Specifies an element immediately before or after a°dONLNd8‘Δfl5*container (for example, “°dONLNdQ‘6fl])p    the next c°dONLNdZ‘]flw)'word #°dONLNd_‘xflè)after ã°dONLNde‘èfl∏)the word°dONLNdn‚ΔÌ$(    ‰whose style is bold”)°dONLNdÑÚH˝q(fformTest°dONLNdçÚΔ˝ø)~7Specifies one or more elements that pass a test; values°dONLNd≈Δ »*8of one or more properties or elements can be tested (for°dONLNd˛ΔL*example, “the first paragraph ´°dONLNdLª)Üthat is centered and that°dONLNd6Δ'I(C‰begins with the word ‘Wild’ ”)°dONLNdSJ'L)Ñ)+H°The Mail Suite)\23ˇ à◊#ˇ ˇˇˇˇ#◊ 
  2839. d, Palatino
  2840. .°dONLNdC0T™+Nn.Comparison operators defined in the Mail suite YLYˇ
  2841. °dONLNd/i0tR*"ATable 5 lists the comparison operators defined in the Mail suite.,
  2842.  
  2843. Zapf Dingbats
  2844. °dONLNdqï0ú6**n
  2845. °dONLNdsî@üd+Table 5°dONLNd{îzüS):.Comparison operators defined in the Mail suite
  2846.     °dONLNd™¨0∂∫(“NComparison operator constant°dONLNd«¨ƒ∂Ì)îOperator°dONLNd–¨∂<)D Description «L«ˇ ◊L◊ˇ
  2847. °dONLNd‹¬0Õx(ÈN
  2848. kAEBeginsWith,
  2849. Courier°dONLNdÍ¡ƒÕË)î'bgwt'°dONLNdÒ¬ÕØ)D%The value of the first operand begins°dONLNd–€à*with the value of the second°dONLNd4fiÈö* operand (for example, the string°dONLNdUϘ®*%“outside line” begins with the string°dONLNd{˙!*“out”)°dONLNdÇ
  2850. 0m(1N kAEContains°dONLNdé    ƒË)î'cont'°dONLNdï
  2851. è)DThe value of the first operand°dONLNd¥#õ* contains the value of the second°dONLNd’&1ö* operand (for example, the string°dONLNdˆ4?õ*"“outside line” contains the string°dONLNdBM%*“side”)°dONLNd!R0]q(yN kAEEndsWith°dONLNd-Qƒ]Ë)î'ends'°dONLNd4R]ß)D#The value of the first operand ends°dONLNdX`kà*with the value of the second°dONLNdunyö* operand (for example, the string°dONLNdñ|á†*#“outside line” ends with the string°dONLNd∫äï"*“line”)°dONLNd¬ö0•b(¡N    kAEEquals°dONLNdÃôƒ•Ë)î'=   '°dONLNd”ö•ò)D!The value of the first operand is°dONLNdı®≥ö* equal to the value of the second°dONLNd∂¡/*operand°dONLNdΔ0—}(ÌNkAEGreaterThan°dONLNd-≈ƒ—Ë)î'>   '°dONLNd4Δ—ò)D!The value of the first operand is°dONLNdV‘fl¨*$greater than the value of the second°dONLNd{‚Ì/*operand°dONLNdÉÚ0˝ú(NkAEGreaterThanEquals°dONLNdòÒƒ˝Ë)î'>=  '°dONLNdüÚ˝ò)D!The value of the first operand is°dONLNd¡ ¨*%greater than or equal to the value of°dONLNdÁd*the second operand°dONLNd˙0)o(EN kAELessThan°dONLNdƒ)Ë)î'<   '°dONLNd
  2852. )¨)D&The value of the first operand is less°dONLNd4,7â*than the value of the second°dONLNdQ:E/*operand°dONLNdYJ0Ué(qNkAELessThanEquals°dONLNdkIƒUË)î'<=  '°dONLNdrJU¨)D&The value of the first operand is less°dONLNdôXcö*!than or equal to the value of the°dONLNdªfqS*second operand(‰N24)$Apple Event Registryˇ &◊#ˇ ˇˇˇˇ#◊ 
  2853. d, Palatino
  2854. .°dONLNdCHT]+fn#Constants defined in the Mail suite YdY
  2855. °dONLNd$iHt/*"6Table 6 lists the constants defined in the Mail suite.,
  2856.  
  2857. Zapf Dingbats
  2858. °dONLNd[ïHúN**n
  2859. °dONLNd]îXü|+Table 6°dONLNdeîíü1):#Constants defined in the Mail suite
  2860.     °dONLNdâ¨H∂p(“fConstant°dONLNdí¨ÿ∂Ò)êValue «d« ◊d◊
  2861. °dONLNdò¬HÕà(Èf cMailAddress,
  2862. Courier°dONLNd¶¡ŸÕ˝)ë'mAdd'°dONLNd≠“H›j(˘fcMailer°dONLNd∂—Ÿ›˝)ë'mhdr'°dONLNdΩ‚HÌx(    f
  2863. cRecipient°dONLNd…·ŸÌ˝)ë'mrcc'°dONLNd–ÚH˝m(fcSender°dONLNdŸÒŸ˝˝)ë'msnd'°dONLNd‡H
  2864. ô()fenumPriorityHigh°dONLNdÒŸ
  2865. ˝)ë'high'°dONLNd¯Hó(9fenumPriorityLow°dONLNdŸ˜)ë'low'°dONLNd"H-ß(IfenumPriorityNormal°dONLNd!!Ÿ-˝)ë'medi'°dONLNd(2H=è(Yf
  2866. kAEMailEvents°dONLNd61Ÿ=˝)ë'MAIL'°dONLNd=BHMé(if
  2867. kAESendLetter°dONLNdKAŸM˝)ë'send'°dONLNdRRH]ì(yfkAEToRecipient°dONLNdaQŸ]˝)ë' to '°dONLNdhbHmñ(âfkAECCRecipient°dONLNdwaŸm˝)ë' cc '°dONLNd~rH}ú(ôfkAEBCCRecipient°dONLNdéqŸ}˝)ë'bcc '°dONLNdïÄHãµ(ßfkeyAEAddresseeName°dONLNd®ÿã¸)ê'pAdN'°dONLNdØéHô∞(µfkeyAEAddresseeType°dONLNd√ç¸ô )¥'pRTy'°dONLNd úHß•(√fkeyAEAddressType°dONLNd‹õÿ߸)ê'pATy'°dONLNd„™Hµç(—f keyAEAddress°dONLNdÒ©ÿµ¸)ê'pAdd'°dONLNd¯∏H√í(flfkeyAEDirectory°dONLNd∑ÿ√¸)ê'pDir'°dONLNdΔH—û(ÌfkeyAEDirectoryID°dONLNd!≈ÿ—¸)ê'pDID'°dONLNd(‘Hfl©(˚fkeyAEDirectoryType°dONLNd<”ÿfl¸)ê'pDTy'°dONLNdC‰HÔÃ( fkeyAEIncludeAppleMailFmt°dONLNd\„ŸÔ˝)ë'lamf'°dONLNdcÙHˇ«(fkeyAEIncludeMainEnclFmt°dONLNd{ÛŸˇ˝)ë'lmef'°dONLNdÇH»(+fkeyAEIncludeSnapShotFmt°dONLNdöŸ˝)ë'lssf'°dONLNd°Há(;f
  2868. keyAEPriority°dONLNdØê¥)H'PRTY'°dONLNd∂"H-ù(IfpAddresseeName°dONLNdΔ!ÿ-¸)ê'pAdN'°dONLNdÕ0H;ó(WfpAddresseeType°dONLNd›/ÿ;¸)ê'pRTy'°dONLNd‰>HIå(ef pAddressType°dONLNdÛ=¸I )¥'pATy'°dONLNd˙LHWu(sfpAddress°dONLNdKÿW¸)ê'pAdd'°dONLNd ZHez(Åf
  2869. pDirectory°dONLNdYÿe¸)ê'pDir'°dONLNd hHsÜ(èf pDirectoryID°dONLNd/gÿs¸)ê'pDID'°dONLNd6vHÅë(ùfpDirectoryType°dONLNdFuÿŸ)ê'pDTy'+∫GThe Mail Suite)\25ˇ–◊#ˇ ˇˇˇˇ#◊ 
  2870. d,
  2871.  
  2872. Zapf Dingbats
  2873. .°dONLNdB0I6+Ngn, Palatino
  2874. °dONLNdA@Ld+Table 6°dONLNd
  2875. AzLR):/Constants defined in the Mail suite (Continued)
  2876.     °dONLNd:Y0cX(NConstant°dONLNdCY¿cŸ)êValue tLtˇ ÑLÑˇ
  2877. °dONLNdIm0xO(îNpFrom,
  2878. Courier°dONLNdRl¿x‰)ê'pfrm'°dONLNdY{0Ün(¢N pHasContent°dONLNdgz¿Ü‰)ê'phco'°dONLNdnâ0îZ(∞N    pIdentity°dONLNdzà¿î‰)ê'ocid'°dONLNdÅó0¢r(æN pMailAddress°dONLNdêñ¿¢‰)ê'pAdd'°dONLNdó•0∞`(ÃN    pReceived°dONLNd£§¿∞‰)ê'prec'°dONLNd™≥0æy(⁄NpRecipientType°dONLNd∫≤¿æ‰)ê'RCTy'°dONLNd¡¡0Ã{(ËN
  2879. pSendDateTime°dONLNd–¿¿Ã‰)ê'psdt'°dONLNd◊œ0⁄X(ˆNpSubject°dONLNd‚Œ¿⁄‰)ê'psub'°dONLNdÈfl0ÍÄ(NtypeMailAddress°dONLNd˘fi¡ÍÂ)ë'mAdd'°dONLNdÔ0˙ä(NtypePackedDSSpec°dONLNdÓ¡˙Â)ë'DSSp'(‰N26)$Apple Event Registryˇ